言語

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 の型が想定されます。

適用対象