Table of Contents

Enum SslVerification

Namespace
System.Net.Security
Assembly
System.Net.dll

The verification scheme to use for authentication.

public enum SslVerification

Fields

CertificateRequired = 4

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 = 1

No verification of certificates is required for authentication.

VerifyClientOnce = 8

Verify the client certificate only once. Applies only to authenticating as a server.

VerifyPeer = 2

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.