Share via


SecurityTokenHandlerElementCollection.Name Propriété

Définition

Obtient ou définit le nom de la collection.

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

Valeur de propriété

Nom de la collection.

Attributs

Remarques

Représente l’attribut name de l’élément <securityTokenHandlers> .

Les seuls noms gérés par l’infrastructure sont « ActAs » et « OnBehalfOf ». Si des gestionnaires existent dans ces collections, ils seront utilisés à la place des gestionnaires par défaut pour le traitement des jetons ActAs et OnBehalfOf.

S’applique à