OpenIdConnectOptions.MaxAge 属性

定义

获取或设置“max_age”。 如果设置了“max_age”参数,则会随身份验证请求一起发送。 如果标识提供者未在指定的时间内主动对用户进行身份验证,系统将提示用户重新进行身份验证。 默认情况下,不指定任何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)

属性值

适用于