次の方法で共有


Nonce コンストラクター

定義

オーバーロード

Nonce()

Nonce クラスの新しいインスタンスを初期化します。

Nonce(Nullable<Boolean>, String)

Nonce クラスの新しいインスタンスを初期化します。

Nonce()

Nonce クラスの新しいインスタンスを初期化します。

public Nonce ();
Public Sub New ()

適用対象

Nonce(Nullable<Boolean>, String)

Nonce クラスの新しいインスタンスを初期化します。

public Nonce (bool? validateNonce = default, string nonceExpirationInterval = default);
new Microsoft.Azure.Management.WebSites.Models.Nonce : Nullable<bool> * string -> Microsoft.Azure.Management.WebSites.Models.Nonce
Public Sub New (Optional validateNonce As Nullable(Of Boolean) = Nothing, Optional nonceExpirationInterval As String = Nothing)

パラメーター

validateNonce
Nullable<Boolean>

<>ログイン フローの実行中に nonce を検証しない場合は false</code>、それ以外の場合<は true</code を>コード>化します。

nonceExpirationInterval
String

nonce の有効期限が切れる必要がある要求の後の時間。

適用対象