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 令牌的預設處理程式。

適用於