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

속성 값

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

설명

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

적용 대상