你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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) |