IRevokeCertificate Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.RevokeCertificateTypeConverter))]
public interface IRevokeCertificate : Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ArtifactSigning.Models.RevokeCertificateTypeConverter))>]
type IRevokeCertificate = interface
    interface IJsonSerializable
Public Interface IRevokeCertificate
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
EffectiveAt

The timestamp when the revocation is effective.

Reason

Reason for the revocation.

Remark

Remarks for the revocation.

SerialNumber

Serial number of the certificate.

Thumbprint

Thumbprint of the certificate.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to