AuthenticationProperties 类

定义

用于存储有关身份验证会话的状态值的字典。

public class AuthenticationProperties
type AuthenticationProperties = class
Public Class AuthenticationProperties
继承
AuthenticationProperties

构造函数

AuthenticationProperties()

初始化 AuthenticationProperties 类的新实例

AuthenticationProperties(IDictionary<String,String>)

初始化 AuthenticationProperties 类的新实例

属性

AllowRefresh

获取或设置是否应允许刷新身份验证会话。

Dictionary

有关身份验证会话的状态值。

ExpiresUtc

获取或设置身份验证票证过期的时间。

IsPersistent

获取或设置身份验证会话是否在多个请求中持久保存。

IssuedUtc

获取或设置颁发身份验证票证的时间。

RedirectUri

获取或设置要用作 http 重定向响应值的完整路径或绝对 URI。

适用于