TlsServerSettings Class
Namespace: Rebex.Net
Assembly: Rebex.Tls.dll (version 7.0.9083)
Represents options for AuthenticateAsServer(TlsServerSettings) method. For additional TLS settings, see Parameters.
Syntax
public class TlsServerSettings
Inherited Members
Constructors
Name | Description |
---|---|
TlsServerSettings() | Creates an instance of TlsServerSettings. |
Properties
Name | Description |
---|---|
ServerCertificate | Gets or sets the TLS/SSL server's certificate. (If you need to support virtual hosts, use ClientHelloReceived event. |