WindowsSecurityTokenAuthenticator 클래스

정의

Windows 인증을 사용하여 WindowsSecurityToken 보안 토큰을 인증합니다.

public ref class WindowsSecurityTokenAuthenticator : System::IdentityModel::Selectors::SecurityTokenAuthenticator
public class WindowsSecurityTokenAuthenticator : System.IdentityModel.Selectors.SecurityTokenAuthenticator
type WindowsSecurityTokenAuthenticator = class
    inherit SecurityTokenAuthenticator
Public Class WindowsSecurityTokenAuthenticator
Inherits SecurityTokenAuthenticator
상속
WindowsSecurityTokenAuthenticator
파생

설명

WindowsSecurityTokenAuthenticator에서 파생된 보안 토큰을 인증하려면 WindowsSecurityToken 클래스를 사용합니다.

생성자

WindowsSecurityTokenAuthenticator()

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

WindowsSecurityTokenAuthenticator(Boolean)

사용자가 인증될 때 Windows 사용자가 속한 그룹이 WindowsSecurityTokenAuthenticator 속성에 추가되는지 여부를 지정하여 ClaimSets 클래스의 새 인스턴스를 초기화합니다.

메서드

CanValidateToken(SecurityToken)

이 보안 토큰 인증자가 지정된 보안 토큰의 유효성을 검사할 수 있는지 여부를 나타내는 값을 가져옵니다.

(다음에서 상속됨 SecurityTokenAuthenticator)
CanValidateTokenCore(SecurityToken)

이 보안 토큰 인증자가 지정된 보안 토큰의 유효성을 검사할 수 있는지 여부를 나타내는 값을 가져옵니다.

Equals(Object)

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

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

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

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

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

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

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

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

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

(다음에서 상속됨 Object)
ValidateToken(SecurityToken)

지정된 보안 토큰을 인증하고 보안 토큰의 권한 부여 정책 집합을 반환합니다.

(다음에서 상속됨 SecurityTokenAuthenticator)
ValidateTokenCore(SecurityToken)

지정된 보안 토큰을 인증하고 보안 토큰의 권한 부여 정책 집합을 반환합니다.

적용 대상