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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET