IRevokeCertificate Interface
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.
[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) |