共用方式為


IssuerNameRegistryElement.Type 屬性

定義

取得或設定簽發者名稱登錄之 Type 的字串表示。

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

屬性值

簽發者名稱登錄之 Type 的字串表示。 型別必須衍生自 IssuerNameRegistry 類別。

屬性

備註

這是選用屬性。 它會對應至 type 項目的 <issuerNameRegistry> 屬性。 如果未指定,則屬性為 null,會假設為的型 ConfigurationBasedIssuerNameRegistry 別。

適用於