TrustedSigningCertificate Class
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.
Properties of the certificate.
public class TrustedSigningCertificate : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.TrustedSigning.Models.TrustedSigningCertificate>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.TrustedSigning.Models.TrustedSigningCertificate>
type TrustedSigningCertificate = class
interface IJsonModel<TrustedSigningCertificate>
interface IPersistableModel<TrustedSigningCertificate>
Public Class TrustedSigningCertificate
Implements IJsonModel(Of TrustedSigningCertificate), IPersistableModel(Of TrustedSigningCertificate)
- Inheritance
-
TrustedSigningCertificate
- Implements
Properties
CreateOn |
Certificate created date. |
EffectiveOn |
The timestamp when the revocation is effective. |
ExpireOn |
Certificate expiry date. |
FailureReason |
Reason for the revocation failure. |
Reason |
Reason for revocation. |
Remarks |
Remarks for the revocation. |
RequestedOn |
The timestamp when the revocation is requested. |
SerialNumber |
Serial number of the certificate. |
Status |
Status of the certificate. |
StatusRevocationStatus |
Status of the revocation. |
SubjectName |
Subject name of the certificate. |
Thumbprint |
Thumbprint of the certificate. |
Explicit Interface Implementations
IJsonModel<TrustedSigningCertificate>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<TrustedSigningCertificate>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<TrustedSigningCertificate>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<TrustedSigningCertificate>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<TrustedSigningCertificate>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET