Get-DHASCertificateChainPolicy
Gets the certificate chain policy.
Syntax
Get-DHASCertificateChainPolicy []
Description
The Get-DHASCertificateChainPolicy cmdlet gets the certificate chain policy enforced by the Device Health Attestation service. The certificate chain policy specifies parameters for certificate chain verification and revocation behavior.
You must have administrator rights to run this cmdlet.
Examples
Example 1: Get the certificate chain policy
PS C:\> Get-DHASCertificateChainPolicy
This command gets the current certificate chain policy for the Device Health Attestation service.
Outputs
CertificateChainPolicy
The CertificateChainPolicy object that this cmdlet returns has the following members:
- RevocationFlag. A .NET X509RevocationFlag enumeration.
- RevocationMode. A .NET X509RevocationMode enumeration.
- VerificationFlags. A .NET X509VerificationFlags enumeration.
- UrlRetrievalTimeout. A .NET TimeSpan structure.