TlsClientSettings Class
Namespace: Rebex.Net
Assembly: Rebex.Tls.dll (version 7.0.9448)
Represents options for AuthenticateAsClient(TlsClientSettings) method. For additional TLS settings, see Parameters.
Syntax
public class TlsClientSettings
Inherited Members
Constructors
| Name | Description |
|---|---|
| TlsClientSettings() | Creates an instance of TlsClientSettings. |
Properties
| Name | Description |
|---|---|
| ClientCertificates | Gets or sets the collection of certificates used for client certificate authentication. |
| TargetName | Gets or sets the TLS/SSL server's common name. |