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 为 。

适用于