다음을 통해 공유


AuthenticationInformation 클래스

정의

제목에 대한 토큰을 만들 때 인증 기관이 어설션했다는 인증 정보를 포함합니다.

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

생성자

AuthenticationInformation()

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

속성

Address

토큰을 생성한 권한의 주소를 가져오거나 설정합니다.

AuthorizationContexts

토큰을 발급할 때 인증 기관이 사용하는 AuthorizationContext를 가져옵니다.

DnsName

토큰을 생성한 권한의 DNS 이름을 가져오거나 설정합니다.

NotOnOrAfter

세션 인덱스에서 참조된 세션이 종료된 것으로 간주되어야 하는 시간을 가져오거나 설정합니다.

Session

권한과 클라이언트 사이의 세션을 설명하는 세션 인덱스를 가져오거나 설정합니다.

메서드

Equals(Object)

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetType()

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

적용 대상