ProofOfPossessionNonceResponse Class

Definition

Result of the action to generate a proof of possession nonce.

public class ProofOfPossessionNonceResponse : Azure.ResourceManager.Sphere.Models.SphereCertificateProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Sphere.Models.ProofOfPossessionNonceResponse>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Sphere.Models.ProofOfPossessionNonceResponse>
public class ProofOfPossessionNonceResponse : Azure.ResourceManager.Sphere.Models.SphereCertificateProperties
type ProofOfPossessionNonceResponse = class
    inherit SphereCertificateProperties
    interface IJsonModel<ProofOfPossessionNonceResponse>
    interface IPersistableModel<ProofOfPossessionNonceResponse>
type ProofOfPossessionNonceResponse = class
    inherit SphereCertificateProperties
Public Class ProofOfPossessionNonceResponse
Inherits SphereCertificateProperties
Implements IJsonModel(Of ProofOfPossessionNonceResponse), IPersistableModel(Of ProofOfPossessionNonceResponse)
Public Class ProofOfPossessionNonceResponse
Inherits SphereCertificateProperties
Inheritance
ProofOfPossessionNonceResponse
Implements

Properties

Certificate

The certificate as a UTF-8 encoded base 64 string.

(Inherited from SphereCertificateProperties)
ExpiryUtc

The certificate expiry date.

(Inherited from SphereCertificateProperties)
NotBeforeUtc

The certificate not before date.

(Inherited from SphereCertificateProperties)
ProvisioningState

The status of the last operation.

(Inherited from SphereCertificateProperties)
Status

The certificate status.

(Inherited from SphereCertificateProperties)
Subject

The certificate subject.

(Inherited from SphereCertificateProperties)
Thumbprint

The certificate thumbprint.

(Inherited from SphereCertificateProperties)

Explicit Interface Implementations

IJsonModel<ProofOfPossessionNonceResponse>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ProofOfPossessionNonceResponse>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<SphereCertificateProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from SphereCertificateProperties)
IJsonModel<SphereCertificateProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from SphereCertificateProperties)
IPersistableModel<ProofOfPossessionNonceResponse>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ProofOfPossessionNonceResponse>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ProofOfPossessionNonceResponse>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<SphereCertificateProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from SphereCertificateProperties)
IPersistableModel<SphereCertificateProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from SphereCertificateProperties)
IPersistableModel<SphereCertificateProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from SphereCertificateProperties)

Applies to