IssuerNameRegistryElement.Type Proprietà

Definizione

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 .

Si applica a