XdCertificateStatus 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.
The XdCertificateStatus enumeration is used to determine the status of a digital certificate.
public enum class XdCertificateStatus
[System.Runtime.InteropServices.Guid("31BB2F32-759A-350D-A723-6D2154AC9ABC")]
public enum XdCertificateStatus
type XdCertificateStatus =
Public Enum XdCertificateStatus
- Inheritance
-
XdCertificateStatus
- Attributes
Fields
Name | Value | Description |
---|---|---|
xdCertificateStatusError | 0 | The status of the specified digital certificate cannot be determined. |
xdCertificateStatusValid | 1 | The specified digital certificate is valid. |
xdCertificateStatusExpired | 2 | The specified digital certificate has expired. |
xdCertificateStatusNotTrusted | 3 | The specified digital certificate is not trusted. |
xdCertificateStatusRevoked | 4 | The specified digital certificate has been revoked. |
Remarks
These enumerated values are returned by the Status property.