ProofOfPossessionNonceResponse 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.
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
- 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
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for .NET