Edit

Share via


IssuerNameRegistryElement.Type Property

Definition

Gets or sets a string representation of the Type of the issuer name registry.

[System.Configuration.ConfigurationProperty("type", IsKey=false, IsRequired=false)]
[System.Configuration.StringValidator(MinLength=0)]
public string Type { get; set; }

Property Value

The string representation of the Type of the issuer name registry. The type must derive from the IssuerNameRegistry class.

Attributes

Remarks

This property is optional. It corresponds to the type attribute of the <issuerNameRegistry> element. If it is not specified, the property is null, a type of ConfigurationBasedIssuerNameRegistry is assumed.

Applies to

Product Versions
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1