Specifies the certificate policy for the server sockets.

Namespace:  Rebex.Net
Assembly:  Rebex.Networking (in Rebex.Networking.dll)

Syntax

Visual Basic
Public Enumeration TlsCertificatePolicy
C#
public enum TlsCertificatePolicy

Members

Member nameDescription
Supported by the .NET Compact FrameworkNoClientCertificate
Don't request a client certificate.
Supported by the .NET Compact FrameworkAllowClientCertificate
Request a client certificate, but do not fail if none is provided.
Supported by the .NET Compact FrameworkRequireClientCertificate
Request a client certificate and fail if none is provided.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also