SecurityTokenHandlerElementCollection.Name Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.