IssuerNameRegistryElement.Type Vlastnost

Definice

Získá nebo nastaví řetězcovou reprezentaci Type registru názvů vystavitele.

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

Hodnota vlastnosti

Řetězcová reprezentace Type registru názvů vystavitele. Typ musí být odvozen od IssuerNameRegistry třídy.

Atributy

Poznámky

Tato vlastnost je volitelná. type Odpovídá atributu elementu<issuerNameRegistry>. Pokud není zadána, vlastnost je null, typ ConfigurationBasedIssuerNameRegistry se předpokládá.

Platí pro