WSFederationAuthenticationModule.Freshness プロパティ

定義

WS-Federation サインイン要求 ("wsignin1.0") で使用される 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 パラメーターは省略可能です。 プロパティが Freshness または 空の文字列に null 設定されている場合、wfresh パラメーターはサインイン要求に含まれません。

イベントのハンドラーを追加することで、各 HTTP 要求でこの設定を RedirectingToIdentityProvider オーバーライドできます。 このイベントは、WS-Federation サインイン要求メッセージを含むセキュリティ トークン サービス (STS) にモジュールがリダイレクトされる直前に発生します。 STS は、 プロパティによって Issuer 指定されます。

適用対象