IProofOfPossessionNonceResponse Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.ProofOfPossessionNonceResponseTypeConverter))]
public interface IProofOfPossessionNonceResponse : Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.ICertificateProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.ProofOfPossessionNonceResponseTypeConverter))>]
type IProofOfPossessionNonceResponse = interface
    interface IJsonSerializable
    interface ICertificateProperties
Public Interface IProofOfPossessionNonceResponse
Implements ICertificateProperties
Derived
Attributes
Implements

Properties

Name Description
Certificate

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

(Inherited from ICertificateProperties)
ExpiryUtc

The certificate expiry date.

(Inherited from ICertificateProperties)
NotBeforeUtc

The certificate not before date.

(Inherited from ICertificateProperties)
ProvisioningState

The status of the last operation.

(Inherited from ICertificateProperties)
Status

The certificate status.

(Inherited from ICertificateProperties)
Subject

The certificate subject.

(Inherited from ICertificateProperties)
Thumbprint

The certificate thumbprint.

(Inherited from ICertificateProperties)

Methods

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

Applies to