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 |