Initializes a new instance of the TlsProtocolHandler class
Namespace: Org.BouncyCastle.Crypto.TlsAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public TlsProtocolHandler( Stream inStr, Stream outStr, SecureRandom sr ) |
| Visual Basic |
|---|
Public Sub New ( _ inStr As Stream, _ outStr As Stream, _ sr As SecureRandom _ ) |
| Visual C++ |
|---|
public: TlsProtocolHandler( Stream^ inStr, Stream^ outStr, SecureRandom^ sr ) |