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