CertificateChainPolicy
CertificateChainPolicy
CertificateChainPolicy
CertificateChainPolicy
Enum
Definition
Describes the policy to use when performing a certificate chain validation.
public : enum class CertificateChainPolicypublic enum CertificateChainPolicyPublic Enum CertificateChainPolicy// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| Base Base Base Base | Use the base chain policy verification checks. |
| MicrosoftRoot MicrosoftRoot MicrosoftRoot MicrosoftRoot | Check the last element of the first simple chain for a Microsoft root public key. |
| NTAuthentication NTAuthentication NTAuthentication NTAuthentication | Use the Windows NT Authentication chain policy checks. |
| Ssl Ssl Ssl Ssl | Use the SSL client/server chain policy verification checks. |