WSTrustSerializationContext.SecurityTokenHandlers 속성

정의

WS-Trust 메시지에서 발견된 보안 토큰을 serialize하고 유효성을 검사하는 데 사용되는 SecurityTokenHandler 개체의 컬렉션을 가져오거나 설정합니다.

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

속성 값

SecurityTokenHandlerCollection 개체입니다.

적용 대상