Share via


SecurityTokenHandlerElementCollection.Name 属性

定义

获取或设置集合的名称。

public:
 property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("name", Options=System.Configuration.ConfigurationPropertyOptions.IsKey)]
[System.Configuration.StringValidator(MinLength=0)]
public string Name { get; set; }
[<System.Configuration.ConfigurationProperty("name", Options=System.Configuration.ConfigurationPropertyOptions.IsKey)>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.Name : string with get, set
Public Property Name As String

属性值

集合的名称。

属性

注解

表示 name 元素的 <securityTokenHandlers> 属性。

框架处理的唯一名称是“ActAs”和“OnBehalfOf”。 如果这些集合中存在处理程序,则将使用它们而不是默认处理程序来处理 ActAs 和 OnBehalfOf 令牌。

适用于