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