XdsObjects Help file
MedicalConnections.Security Namespace / TlsServerBouncyCastle Class
Properties Methods Events


TlsServerBouncyCastle Class Members

The following tables list the members exposed by TlsServerBouncyCastle.

Public Constructors
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 remote host name (Inherited from MedicalConnections.Security.TlsBouncyCastle)
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 Handle the TLS negotation  
Public Method Listen for incoming connections  
Public Method Load the local certificate from a PFX/P12 file, plus a password (Inherited from MedicalConnections.Security.TlsBouncyCastle)
Public Method Load the local certificate from arrays containg the public and private keys, plus a password (Inherited from MedicalConnections.Security.TlsBouncyCastle)
Top
Public Events
 NameDescription
Public Event Event fires on connection to allow security checking etc.  
Top
See Also