SslVerification Enumeration

The verification scheme to use for authentication.

Namespace: Microsoft.SPOT.Net.Security
Assembly: Microsoft.SPOT.Net.Security (in microsoft.spot.net.security.dll)

Syntax

public enum SslVerification

Members

  Member name Description
CertificateRequired A certificate is required for authentication. If authenticating as a client, the server certificate is required. If authenticating as a server, the client certificate is required.
NoVerification No verification of certificates is required for authentication.
VerifyClientOnce Verify the client certificate only once. Applies only to authenticating as a server.
VerifyPeer If authenticating as a client, verifies the peer certificate and fails if no certificate is sent. If authenticating as a server, it verifies the peer certificate only if a certificate is sent.

Version Information

Available in .NET Micro Framework version 3.0

See Also

Reference

Microsoft.SPOT.Net.Security Namespace