次の方法で共有


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 トークンを処理するための既定のハンドラーの代わりに使用されます。

適用対象