Name | Description | |
---|---|---|
TlsClientBouncyCastle Constructor | Construct a new TlsClientBouncyCastle object |
The following tables list the members exposed by TlsClientBouncyCastle.
Name | Description | |
---|---|---|
TlsClientBouncyCastle Constructor | Construct a new TlsClientBouncyCastle object |
Name | Description | |
---|---|---|
CheckCRL | Controls whether or not to check certificate revokation lists (Inherited from MedicalConnections.Security.TlsBouncyCastle) | |
CheckHostName | Controls whether or not to check host names against their certificates (Inherited from MedicalConnections.Security.TlsBouncyCastle) | |
HttpProvider | The mechanism used to handle HTTP requests using this security object | |
RemoteHostName | The remote host name (Inherited from MedicalConnections.Security.TlsBouncyCastle) | |
TlsCipherSuite | The List of Ciphers to Propose |
Name | Description | |
---|---|---|
TrustedRoots | The list of trusted root certificates (Inherited from MedicalConnections.Security.TlsBouncyCastle) |
Name | Description | |
---|---|---|
AddTrustedRoot | Add a certificate to the list of TrustedRoots (Inherited from MedicalConnections.Security.TlsBouncyCastle) | |
LoadFromPfx | Load the local certificate from a PFX/P12 file, plus a password (Inherited from MedicalConnections.Security.TlsBouncyCastle) | |
ModifyBindings | Overridable method to allow implementation of custom bindings | |
ModifyCredentials | Overridable method to allow implementation of custom authentication arrangements | |
OpenStream | Create an encrypted stream, based on a newly created "outer" stream | |
SetCertificateFromByteArray | Load the local certificate from arrays containg the public and private keys, plus a password (Inherited from MedicalConnections.Security.TlsBouncyCastle) | |
TlsStream | Create an encrypted stream, based on the provided "outer" stream |