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


In This Topic
    TlsBouncyCastle Class Members
    In This Topic

    The following tables list the members exposed by TlsBouncyCastle.

    Public Constructors
     NameDescription
    Public Constructor Construct a new TlsBouncyCastle object  
    Top
    Public Properties
     NameDescription
    Public Property Controls whether or not to check certificate revokation lists  
    Public Property Controls whether or not to check host names against their certificates  
    Public Property The remote host name  
    Top
    Protected Properties
     NameDescription
    Protected Property The list of trusted root certificates  
    Top
    Public Methods
     NameDescription
    Public MethodAdd a certificate to the list of TrustedRoots  
    Public Method Load the local certificate from a PFX/P12 file, plus a password  
    Public Method Load the local certificate from arrays containg the public and private keys, plus a password  
    Top
    See Also