TlsServerWindows Class Members
In This Topic
The following tables list the members exposed by TlsServerWindows.
Public Constructors
Public Properties
| Name | Description |
 | Certificate | The x509 Certificate used to authenticate this server to the remote party |
 | CertificateValidationCallback |
Contains the CertificateValidationCallback delegate, which is used for verifying
the remote certificate.
|
 | CheckCRL |
Controls whether or not to check certificate revokation lists
|
 | CheckHostName |
Controls whether or not to check host names against their certificates
|
 | ClientAuthentication | Controls whether Client Authentication is required |
Top
Public Methods
| Name | Description |
 | Connect |
Create a plaintext inner stream, based on the provided OuterStream
|
 | Listen |
Listen for incoming connections
|
Top
Public Events
| Name | Description |
 | OnConnect |
Event fires on connection to allow security checking etc.
|
Top
See Also