次の方法で共有


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

適用対象