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
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.ProofOfPossessionNonceResponseTypeConverter))]
public class ProofOfPossessionNonceResponse : Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.IProofOfPossessionNonceResponse, Microsoft.Azure.PowerShell.Cmdlets.Sphere.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.ProofOfPossessionNonceResponseTypeConverter))>]
type ProofOfPossessionNonceResponse = class
interface IProofOfPossessionNonceResponse
interface IJsonSerializable
interface ICertificateProperties
interface IValidates
Public Class ProofOfPossessionNonceResponse
Implements IProofOfPossessionNonceResponse, IValidates
- Inheritance
-
ProofOfPossessionNonceResponse
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ProofOfPossessionNonceResponse() |
Creates an new ProofOfPossessionNonceResponse instance. |
Properties
| Name | Description |
|---|---|
| Certificate |
The certificate as a UTF-8 encoded base 64 string. |
| ExpiryUtc |
The certificate expiry date. |
| NotBeforeUtc |
The certificate not before date. |
| ProvisioningState |
The status of the last operation. |
| Status |
The certificate status. |
| Subject |
The certificate subject. |
| Thumbprint |
The certificate thumbprint. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ProofOfPossessionNonceResponse. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ProofOfPossessionNonceResponse. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.IProofOfPossessionNonceResponse. |
| FromJsonString(String) |
Creates a new instance of ProofOfPossessionNonceResponse, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ProofOfPossessionNonceResponse into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |
| Validate(IEventListener) |
Validates that this object meets the validation criteria. |