IssuerNameRegistryElement.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 une représentation sous la forme d'une chaîne Type du registre de nom d'émetteur.
public:
property System::String ^ Type { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("type", IsKey=false, IsRequired=false)]
[System.Configuration.StringValidator(MinLength=0)]
public string Type { get; set; }
[<System.Configuration.ConfigurationProperty("type", IsKey=false, IsRequired=false)>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.Type : string with get, set
Public Property Type As String
Valeur de propriété
Représentation sous forme de chaîne du Type du Registre des noms d'émetteurs. Le type doit dériver de la classe IssuerNameRegistry.
- Attributs
Remarques
Cette propriété est facultative. Il correspond à l’attribut type
de l’élément <issuerNameRegistry>
. Si elle n’est pas spécifiée, la propriété est null
, un type de ConfigurationBasedIssuerNameRegistry est supposé.