CodeSignObjectStatus
Possible status values for any cryptographic objects contained by a Code Sign Signing Key
enum CodeSignObjectStatus {
NotIssued
IssuanceRequested
RenewalRequested
IssuedSuccessfully
RenewedSuccessfully
MissingRequiredObjects
InvalidRenewalValues
RenewalFailed
}
Values
CodeSignObjectStatus.NotIssued
Creation of cryptographic objects has not yet been requested
CodeSignObjectStatus.IssuanceRequested
The initial creation of the cryptographic objects has been requested, and is currently in progress.
CodeSignObjectStatus.RenewalRequested
Renewal of the cryptographic objects has been requested or triggered automatically due to expired objects, and is currently in progress.
CodeSignObjectStatus.IssuedSuccessfully
The initial creation of the cryptographic objects has completed successfully.
CodeSignObjectStatus.RenewedSuccessfully
Renewal of the cryptographic objects has completed successfully
CodeSignObjectStatus.MissingRequiredObjects
Request to create or renew cryptographic objects has failed due to missing related required cryptographic objects.
CodeSignObjectStatus.InvalidRenewalValues
Request to create or renew cryptographic objects has failed due to invalid or incomplete renewal values on the Signing Key.
CodeSignObjectStatus.RenewalFailed
Request to create or renew cryptographic objects has failed.
Member Of
CodeSignCertificateValues object ● CodeSignKeyPairValues object