Share via


IssuerNameRegistryElement.Type Propiedad

Definición

Obtiene o establece una representación de cadena del objeto Type del Registro de nombres de emisores.

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

Valor de propiedad

La representación de cadena de Type del registro del nombre del emisor. El tipo debe derivar de la clase IssuerNameRegistry.

Atributos

Comentarios

Esta propiedad es opcional. Corresponde al type atributo del <issuerNameRegistry> elemento . Si no se especifica, se supone que la propiedad es null, un tipo de ConfigurationBasedIssuerNameRegistry .

Se aplica a