次の方法で共有


Nonce Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.NonceTypeConverter))]
public class Nonce : Microsoft.Azure.PowerShell.Cmdlets.App.Models.INonce
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.NonceTypeConverter))>]
type Nonce = class
    interface INonce
    interface IJsonSerializable
Public Class Nonce
Implements INonce
Inheritance
Nonce
Attributes
Implements

Constructors

Nonce()

Properties

ExpirationInterval
ValidateNonce

Methods

DeserializeFromDictionary(IDictionary)
DeserializeFromPSObject(PSObject)
FromJson(JsonNode)
FromJsonString(String)
ToJson(JsonObject, SerializationMode)
ToJsonString()
ToString()

Applies to