SecurityTokenService.GetSecurityTokenHandler(String) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 형식의 보안 토큰을 발급하는 적절한 보안 토큰 처리기를 가져옵니다.
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
을 반환합니다(지정된 토큰 형식에 대해 구성된 핸들러가 없음).
설명
기본 구현에서 경우 requestedTokenType
는 null
이거나 빈 문자열인 경우 기본 구성에서 토큰 유형이 사용 됩니다. 이것은 DefaultTokenType 를 통해 액세스 하는 STS 구성 개체의 속성을 SecurityTokenServiceConfiguration 속성입니다.
이 메서드는 기본 토큰 발급 파이프라인 구현에서 호출 된 Issue 메서드.
적용 대상
추가 정보
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET