WSTrustSerializationContext.SecurityTokenHandlerCollectionManager 속성

정의

SecurityTokenHandlerCollectionManagerWS-Trust 메시지에 있는 토큰을 SecurityTokenHandler 직렬화하고 유효성을 검사하는 데 사용되는 개체 집합을 포함하는 항목을 가져옵니다.

public:
 property System::IdentityModel::Tokens::SecurityTokenHandlerCollectionManager ^ SecurityTokenHandlerCollectionManager { System::IdentityModel::Tokens::SecurityTokenHandlerCollectionManager ^ get(); void set(System::IdentityModel::Tokens::SecurityTokenHandlerCollectionManager ^ value); };
public System.IdentityModel.Tokens.SecurityTokenHandlerCollectionManager SecurityTokenHandlerCollectionManager { get; set; }
member this.SecurityTokenHandlerCollectionManager : System.IdentityModel.Tokens.SecurityTokenHandlerCollectionManager with get, set
Public Property SecurityTokenHandlerCollectionManager As SecurityTokenHandlerCollectionManager

속성 값

SecurityTokenHandlerCollectionManager 개체입니다.

적용 대상