다음을 통해 공유


SecurityTokenService.GetSecurityTokenHandler(String) 메서드

정의

지정된 형식의 보안 토큰을 발급하는 적절한 보안 토큰 처리기를 가져옵니다.

protected:
 virtual System::IdentityModel::Tokens::SecurityTokenHandler ^ GetSecurityTokenHandler(System::String ^ requestedTokenType);
protected virtual System.IdentityModel.Tokens.SecurityTokenHandler GetSecurityTokenHandler (string requestedTokenType);
abstract member GetSecurityTokenHandler : string -> System.IdentityModel.Tokens.SecurityTokenHandler
override this.GetSecurityTokenHandler : string -> System.IdentityModel.Tokens.SecurityTokenHandler
Protected Overridable Function GetSecurityTokenHandler (requestedTokenType As String) As SecurityTokenHandler

매개 변수

requestedTokenType
String

요청된 토큰 형식 URI가 들어 있는 문자열입니다.

반환

발급된 보안 토큰을 만드는 데 사용할 토큰 처리기를 나타내는 SecurityTokenHandler입니다. 요청된 토큰 형식이 지원되지 않는 경우 null을 반환합니다(지정된 토큰 형식에 대해 구성된 핸들러가 없음).

설명

기본 구현에서 경우 requestedTokenTypenull 이거나 빈 문자열인 경우 기본 구성에서 토큰 유형이 사용 됩니다. 이것은 DefaultTokenType 를 통해 액세스 하는 STS 구성 개체의 속성을 SecurityTokenServiceConfiguration 속성입니다.

이 메서드는 기본 토큰 발급 파이프라인 구현에서 호출 된 Issue 메서드.

적용 대상

추가 정보