SecurityTokenHandlerElementCollection.Name 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置集合的名称。
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 令牌。