AuthenticationProperties 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
인증 세션의 상태 값을 저장하는 데 사용되는 사전입니다.
public ref class AuthenticationProperties
public class AuthenticationProperties
type AuthenticationProperties = class
Public Class AuthenticationProperties
- 상속
-
AuthenticationProperties
- 파생
생성자
AuthenticationProperties() |
AuthenticationProperties 클래스의 새 인스턴스를 초기화합니다. |
AuthenticationProperties(IDictionary<String,String>, IDictionary<String,Object>) |
AuthenticationProperties 클래스의 새 인스턴스를 초기화합니다. |
AuthenticationProperties(IDictionary<String,String>) |
AuthenticationProperties 클래스의 새 인스턴스를 초기화합니다. |
속성
AllowRefresh |
인증 세션 새로 고침을 허용할지 여부를 가져오거나 설정합니다. |
ExpiresUtc |
인증 티켓이 만료되는 시간을 가져오거나 설정합니다. |
IsPersistent |
인증 세션이 여러 요청 간에 지속되는지 여부를 가져오거나 설정합니다. |
IssuedUtc |
인증 티켓이 발급된 시간을 가져오거나 설정합니다. |
Items |
인증 세션의 상태 값입니다. |
Parameters |
인증 처리기에 전달되는 매개 변수의 컬렉션입니다. 이는 직렬화 또는 지속성을 위한 것이 아니라 호출 사이트 간에 데이터를 흐르는 용도로만 사용됩니다. |
RedirectUri |
HTTP 리디렉션 응답 값으로 사용할 전체 경로 또는 절대 URI를 가져오거나 설정합니다. |
메서드
Clone() |
복사본을 반환합니다. |
GetBool(String) | |
GetDateTimeOffset(String) |
컬렉션에서 Items nullable DateTimeOffset 값을 가져옵니다. |
GetParameter<T>(String) |
컬렉션에서 매개 변수를 Parameters 가져옵니다. |
GetString(String) |
컬렉션에서 Items 문자열 값을 가져옵니다. |
SetBool(String, Nullable<Boolean>) | |
SetDateTimeOffset(String, Nullable<DateTimeOffset>) |
컬렉션의 DateTimeOffsetItems 값을 설정하거나 제거합니다. |
SetParameter<T>(String, T) |
컬렉션에서 Parameters 매개 변수 값을 설정합니다. |
SetString(String, String) |
컬렉션에서 문자열 값을 설정하거나 제거합니다 Items . |
확장 메서드
GetTokens(AuthenticationProperties) |
속성에 AuthenticationToken 포함된 모든 인스턴스를 반환합니다. |
GetTokenValue(AuthenticationProperties, String) |
토큰의 값을 반환합니다. |
StoreTokens(AuthenticationProperties, IEnumerable<AuthenticationToken>) |
이전 토큰을 제거한 후 인증 토큰 집합을 저장합니다. |
UpdateTokenValue(AuthenticationProperties, String, String) |
이미 있는 경우 토큰 값을 업데이트. |