CertificateChainPolicy 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 policy to use when performing a certificate chain validation.
public enum class CertificateChainPolicy
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class CertificateChainPolicy
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum CertificateChainPolicy
var value = Windows.Security.Cryptography.Certificates.CertificateChainPolicy.base
Public Enum CertificateChainPolicy
- Inheritance
-
CertificateChainPolicy
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Fields
Name | Value | Description |
---|---|---|
Base | 0 | Use the base chain policy verification checks. |
Ssl | 1 | Use the SSL client/server chain policy verification checks. |
NTAuthentication | 2 | Use the Windows NT Authentication chain policy checks. |
MicrosoftRoot | 3 | Check the last element of the first simple chain for a Microsoft root public key. |