Bagikan melalui


IssuerNameRegistryElement.Type Properti

Definisi

Mendapatkan atau mengatur representasi string dari Type registri nama penerbit.

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

Nilai Properti

Representasi string dari Type registri nama pengeluar sertifikat. Jenis harus berasal dari IssuerNameRegistry kelas .

Atribut

Keterangan

Properti ini bersifat opsional. Ini sesuai dengan type atribut <issuerNameRegistry> elemen . Jika tidak ditentukan, properti adalah null, jenis ConfigurationBasedIssuerNameRegistry diasumsikan.

Berlaku untuk