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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET