次の方法で共有


OpenIdConnectChallengeProperties.MaxAge プロパティ

定義

チャレンジ要求に使用される "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)

プロパティ値

適用対象