Specifies certificate acceptance values.

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

Syntax

Visual Basic
Public Enumeration TlsCertificateAcceptance
C#
public enum TlsCertificateAcceptance

Members

Member nameDescription
Supported by the .NET Compact FrameworkAccept
A certificate is to be accepted.
Supported by the .NET Compact FrameworkCommonNameMismatch
The certificate common name does not match the server's name.
Supported by the .NET Compact FrameworkRevocationCheckFailed
Unable to perform revocation check of the server certificate.
Supported by the .NET Compact FrameworkUnsupportedSignatureAlgorithm
The certificate chain contains a certificate with unsupported signature hash algorithm (usually SHA-2).
Supported by the .NET Compact FrameworkInvalidKeyUsage
The certificate key usage does not allow the certificate to be used as server certificate.
Supported by the .NET Compact FrameworkUnknownServerName
The target host name is unknown, which means that certificate's common name could not be verified.
Supported by the .NET Compact FrameworkBad
A certificate is corrupt, contains signatures that do not verify correctly, etc.
Supported by the .NET Compact FrameworkUnsupported
A certificate is of an unsupported type.
Supported by the .NET Compact FrameworkRevoked
A certificate was revoked by its signer.
Supported by the .NET Compact FrameworkExpired
A certificate has expired or is not currently valid.
Supported by the .NET Compact FrameworkUnknownAuthority
A CA certificate could not be found or untrusted CA.
Supported by the .NET Compact FrameworkOther
Some other issue arose in processing the certificate, rendering it unacceptable.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also