IssuerNameRegistryElement.Type Eigenschaft

Definition

Ruft eine Zeichenfolgendarstellung von Type der Ausstellernamensregistrierung ab oder legt diese fest.

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

Eigenschaftswert

Die Zeichenfolgendarstellung des Type der Ausstellernamenregistrierung. Der Typ muss von der IssuerNameRegistry-Klasse abgeleitet sein.

Attribute

Hinweise

Diese Eigenschaft ist optional. Es entspricht dem type Attribut des <issuerNameRegistry> Elements. Wenn sie nicht angegeben ist, ist nulldie -Eigenschaft , es wird ein Typ von ConfigurationBasedIssuerNameRegistry angenommen.

Gilt für: