BootstrapContext.SecurityTokenHandler 속성

정의

컨텍스트를 초기화하는 데 사용된 보안 처리기를 가져옵니다.

public:
 property System::IdentityModel::Tokens::SecurityTokenHandler ^ SecurityTokenHandler { System::IdentityModel::Tokens::SecurityTokenHandler ^ get(); };
public System.IdentityModel.Tokens.SecurityTokenHandler SecurityTokenHandler { get; }
member this.SecurityTokenHandler : System.IdentityModel.Tokens.SecurityTokenHandler
Public ReadOnly Property SecurityTokenHandler As SecurityTokenHandler

속성 값

SecurityTokenHandler

토큰 처리기이거나, null입니다.

설명

생성자가 사용 된 경우에만이 속성이 설정 되 BootstrapContext.BootstrapContext(SecurityToken, SecurityTokenHandler) 고, 그렇지 않으면 null 입니다.

적용 대상