Sprache

SecurityTokenHandlerElementCollection.Name Eigenschaft

Definition

Dient zum Abrufen oder Festlegen des Namens der Auflistung.

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

Eigenschaftswert

Der Name der Sammlung.

Attribute

Hinweise

Stellt das name Attribut des <securityTokenHandlers> Elements dar.

Die einzigen Namen, die das Framework behandelt, sind "ActAs" und "OnBehalfOf". Wenn Handler in diesen Auflistungen vorhanden sind, werden sie anstelle der Standardhandler für die Verarbeitung von ActAs und OnBehalfOf-Token verwendet.

Gilt für: