Sdílet prostřednictvím


IssuerNameRegistryElement.Type Vlastnost

Definice

Získá nebo nastaví řetězcovou reprezentaci Type registru názvu 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ázvu vystavitele. Typ musí být odvozen od IssuerNameRegistry třídy.

Atributy

Poznámky

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

Platí pro