次の方法で共有


SignInRequestMessage.Freshness プロパティ

定義

メッセージの wfresh パラメーターを取得または設定します。

public:
 property System::String ^ Freshness { System::String ^ get(); void set(System::String ^ value); };
public string Freshness { get; set; }
member this.Freshness : string with get, set
Public Property Freshness As String

プロパティ値

wfresh パラメーターの値。 これは、文字列で表された整数である必要があります。 これは認証が有効である最大時間を分単位で指定します。 0 は、トークンを発行する前に、ユーザーにメッセージを表示する必要があることを示します。

例外

整数の文字列形式でない値の設定の試行。

注釈

wfresh パラメーターは、認証が有効な最大有効期間を分単位で示します。 wfresh パラメーターは省略可能です。 プロパティを Freshness または null 空の文字列に設定して、wfresh パラメーターをメッセージから削除します。

適用対象