SecurityTokenHandler.ContainingCollection 属性

定义

获取包含当前实例的标记处理程序集合。

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

属性值

包含当前实例的标记处理程序集合。

注解

将令牌处理程序添加到 实例时 SecurityTokenHandlerCollection ,会自动设置此属性。

适用于