XdsObjects Help file
MedicalConnections.Security Namespace / TlsClientBouncyCastle Class
Properties Methods


In This Topic
    TlsClientBouncyCastle Class Members
    In This Topic

    The following tables list the members exposed by TlsClientBouncyCastle.

    Public Constructors
     NameDescription
    Public Constructor Construct a new TlsClientBouncyCastle object  
    Top
    Public Properties
     NameDescription
    Public Property Controls whether or not to check certificate revokation lists (Inherited from MedicalConnections.Security.TlsBouncyCastle)
    Public Property Controls whether or not to check host names against their certificates (Inherited from MedicalConnections.Security.TlsBouncyCastle)
    Public Property The mechanism used to handle HTTP requests using this security object  
    Public Property The remote host name (Inherited from MedicalConnections.Security.TlsBouncyCastle)
    Public Property The List of Ciphers to Propose  
    Top
    Protected Properties
     NameDescription
    Protected Property The list of trusted root certificates (Inherited from MedicalConnections.Security.TlsBouncyCastle)
    Top
    Public Methods
     NameDescription
    Public MethodAdd a certificate to the list of TrustedRoots (Inherited from MedicalConnections.Security.TlsBouncyCastle)
    Public Method Load the local certificate from a PFX/P12 file, plus a password (Inherited from MedicalConnections.Security.TlsBouncyCastle)
    Public Method Overridable method to allow implementation of custom bindings  
    Public Method Overridable method to allow implementation of custom authentication arrangements  
    Public Method Create an encrypted stream, based on a newly created "outer" stream  
    Public Method Load the local certificate from arrays containg the public and private keys, plus a password (Inherited from MedicalConnections.Security.TlsBouncyCastle)
    Public Method Create an encrypted stream, based on the provided "outer" stream  
    Top
    See Also