CertificateOrderStatus 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.
Current order status.
public enum CertificateOrderStatus
type CertificateOrderStatus =
Public Enum CertificateOrderStatus
- Inheritance
-
CertificateOrderStatus
Fields
Name | Value | Description |
---|---|---|
Pendingissuance | 0 | Pendingissuance. |
Issued | 1 | Issued. |
Revoked | 2 | Revoked. |
Canceled | 3 | Canceled. |
Denied | 4 | Denied. |
Pendingrevocation | 5 | Pendingrevocation. |
PendingRekey | 6 | PendingRekey. |
Unused | 7 | Unused. |
Expired | 8 | Expired. |
NotSubmitted | 9 | NotSubmitted. |