C# 클래스 Thinktecture.IdentityModel.Tokens.SamlSecurityTokenProvider

A security token provider for the SAML client credentials.
상속: System.IdentityModel.Selectors.SecurityTokenProvider
파일 보기 프로젝트 열기: IdentityModel/Thinktecture.IdentityModel.v1

보호된 메소드들

메소드 설명
GetTokenCore ( System.TimeSpan timeout ) : System.IdentityModel.Tokens.SecurityToken

Gets a security token.

비공개 메소드들

메소드 설명
SamlSecurityTokenProvider ( System.IdentityModel.Tokens.SecurityToken samlToken ) : System

Initializes a new instance of the SamlSecurityTokenProvider class.

메소드 상세

GetTokenCore() 보호된 메소드

Gets a security token.
protected GetTokenCore ( System.TimeSpan timeout ) : System.IdentityModel.Tokens.SecurityToken
timeout System.TimeSpan A that specifies the timeout value for the message that gets the security token.
리턴 System.IdentityModel.Tokens.SecurityToken