ProofOfPossessionNonceRequest 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.
Request for the proof of possession nonce
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.ProofOfPossessionNonceRequestTypeConverter))]
public class ProofOfPossessionNonceRequest : Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.IProofOfPossessionNonceRequest
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.ProofOfPossessionNonceRequestTypeConverter))>]
type ProofOfPossessionNonceRequest = class
interface IProofOfPossessionNonceRequest
interface IJsonSerializable
Public Class ProofOfPossessionNonceRequest
Implements IProofOfPossessionNonceRequest
- Inheritance
-
ProofOfPossessionNonceRequest
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ProofOfPossessionNonceRequest() |
Creates an new ProofOfPossessionNonceRequest instance. |
Properties
| Name | Description |
|---|---|
| ProofOfPossessionNonce |
The proof of possession nonce |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ProofOfPossessionNonceRequest. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ProofOfPossessionNonceRequest. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Sphere.Models.IProofOfPossessionNonceRequest. |
| FromJsonString(String) |
Creates a new instance of ProofOfPossessionNonceRequest, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ProofOfPossessionNonceRequest into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |