AuthenticationModuleElement.Type 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 les informations de type et d’assembly de l’instance actuelle.
public:
property System::String ^ Type { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("type", IsKey=true, IsRequired=true)]
public string Type { get; set; }
[<System.Configuration.ConfigurationProperty("type", IsKey=true, IsRequired=true)>]
member this.Type : string with get, set
Public Property Type As String
Valeur de propriété
Chaîne qui identifie un type qui implémente un module d'authentification ou null
si aucune valeur n'a été spécifiée.
- Attributs
Remarques
Cette propriété contient le nom de type complet suivi d’une virgule (,) et les informations d’assembly. Les éléments des informations d’assembly sont séparés par des virgules, par exemple, Corp.Net.Authenticator, Corp, Version=1.0.5000.0, Culture=neutral, PublicKeyToken="00000000000000000"
.