OpenIdConnectOptions.MaxAge プロパティ

定義

'max_age' を取得または設定します。 設定した場合、認証要求と共に 'max_age' パラメーターが送信されます。 指定された時間内に ID プロバイダーがユーザーをアクティブに認証していない場合、ユーザーは再認証を求められます。 既定では、max_ageは指定されません。

public:
 property Nullable<TimeSpan> MaxAge { Nullable<TimeSpan> get(); void set(Nullable<TimeSpan> value); };
public TimeSpan? MaxAge { get; set; }
member this.MaxAge : Nullable<TimeSpan> with get, set
Public Property MaxAge As Nullable(Of TimeSpan)

プロパティ値

適用対象