Skip to main content

SslVerification Enum

NuGet: GHIElectronics.TinyCLR.Networking
Assembly: GHIElectronics.TinyCLR.Networking
Namespace: System.Security.Authentication

Specifies how the remote certificate is verified during the SSL handshake.

public enum SslVerification

Fields

NameValueDescription
None0No certificate verification is performed.
Optional1Certificate verification is optional.
Required2Certificate verification is required.
VerifyOnce3The certificate is verified only once.