다음을 통해 공유


ClientCredentials.SecurityTokenHandlerCollectionManager 속성

정의

클라이언트 자격 증명의 보안 토큰 처리기를 가져오거나 설정합니다.

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

클라이언트 자격 증명의 보안 토큰 처리기입니다.

적용 대상