SslPolicyErrors Enumeration

Definition

Listet die Richtlinienfehler für Secure Socket Layer (SSL) auf.

Diese Enumeration unterstützt eine bitweise Kombination ihrer Memberwerte.

public enum class SslPolicyErrors
[System.Flags]
public enum SslPolicyErrors
[<System.Flags>]
type SslPolicyErrors = 
Public Enum SslPolicyErrors
Vererbung
SslPolicyErrors
Attribute

Felder

None 0

Keine SSL-Richtlinienfehler.

RemoteCertificateChainErrors 4

ChainStatus hat ein nicht leeres Array zurückgegeben.

RemoteCertificateNameMismatch 2

Zertifikatsnamenkonflikt.

RemoteCertificateNotAvailable 1

Zertifikat nicht verfügbar.

Gilt für: