IssuerNameRegistryElement.Type 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定簽發者名稱登錄之 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 別。