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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET