Share via


IssuerNameRegistryElement.Type Proprietà

Definizione

Ottiene o imposta una rappresentazione di stringa del Type del registro dei nomi delle autorità emittenti.

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 in forma di stringa dell'oggetto Type del Registro di sistema dei nomi delle autorità emittenti. Il tipo deve derivare dalla classe IssuerNameRegistry.

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 .

Si applica a