AuthenticationProperties 클래스

정의

인증 세션의 상태 값을 저장하는 데 사용되는 사전입니다.

public ref class AuthenticationProperties
public class AuthenticationProperties
type AuthenticationProperties = class
Public Class AuthenticationProperties
상속
AuthenticationProperties

생성자

AuthenticationProperties()

AuthenticationProperties 클래스의 새 인스턴스를 초기화합니다.

AuthenticationProperties(IDictionary<String,String>)

AuthenticationProperties 클래스의 새 인스턴스를 초기화합니다.

속성

AllowRefresh

인증 세션 새로 고침을 허용할지 여부를 가져오거나 설정합니다.

ExpiresUtc

인증 티켓이 만료되는 시간을 가져오거나 설정합니다.

IsPersistent

인증 세션이 여러 요청 간에 지속되는지 여부를 가져오거나 설정합니다.

IssuedUtc

인증 티켓이 발급된 시간을 가져오거나 설정합니다.

Items

인증 세션의 상태 값입니다.

RedirectUri

HTTP 리디렉션 응답 값으로 사용할 전체 경로 또는 절대 URI를 가져오거나 설정합니다.

확장 메서드

GetTokens(AuthenticationProperties)

인증 세션의 상태 값을 저장하는 데 사용되는 사전입니다.

GetTokenValue(AuthenticationProperties, String)

인증 세션의 상태 값을 저장하는 데 사용되는 사전입니다.

StoreTokens(AuthenticationProperties, IEnumerable<AuthenticationToken>)

인증 세션의 상태 값을 저장하는 데 사용되는 사전입니다.

UpdateTokenValue(AuthenticationProperties, String, String)

인증 세션의 상태 값을 저장하는 데 사용되는 사전입니다.

적용 대상