IssuerNameRegistryElement.Type Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene o imposta una rappresentazione di stringa del registro dei nomi dell'autorità Type emittente.
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
Valore della proprietà
Rappresentazione di stringa del registro dei nomi dell'autorità Type emittente. Il tipo deve derivare dalla IssuerNameRegistry classe .
- Attributi
Commenti
Questa proprietà è facoltativa. Corrisponde all'attributo type dell'elemento <issuerNameRegistry> . Se non viene specificato, la proprietà è null, si presuppone un tipo di ConfigurationBasedIssuerNameRegistry .