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