RemoteCertificateMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes the remote certificate requirements for a TLS connection.
public enum RemoteCertificateMode
type RemoteCertificateMode =
Public Enum RemoteCertificateMode
- Inheritance
-
RemoteCertificateMode
Fields
Name | Value | Description |
---|---|---|
NoCertificate | 0 | A remote certificate is not required and will not be requested from remote endpoints. |
AllowCertificate | 1 | A remote certificate will be requested; however, authentication will not fail if a certificate is not provided by the remote endpoint. |
RequireCertificate | 2 | A remote certificate will be requested, and the remote endpoint must provide a valid certificate for authentication. |