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


In This Topic
    TlsServerWindows Class Members
    In This Topic

    The following tables list the members exposed by TlsServerWindows.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyThe x509 Certificate used to authenticate this server to the remote party  
    Public Property Contains the CertificateValidationCallback delegate, which is used for verifying the remote certificate.  
    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 PropertyControls whether Client Authentication is required  
    Top
    Public Methods
     NameDescription
    Public Method Create a plaintext inner stream, based on the provided OuterStream  
    Public Method Listen for incoming connections  
    Top
    Public Events
     NameDescription
    Public Event Event fires on connection to allow security checking etc.  
    Top
    See Also