AuthenticationModuleElement.Type Eigenschaft

Definition

Ruft die Typ- und Assemblyinformationen für die aktuelle Instanz ab oder legt diese fest.

public:
 property System::String ^ Type { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("type", IsKey=true, IsRequired=true)]
public string Type { get; set; }
[System.Configuration.ConfigurationProperty("type", Options=System.Configuration.ConfigurationPropertyOptions.IsKey | System.Configuration.ConfigurationPropertyOptions.IsRequired)]
public string Type { get; set; }
[<System.Configuration.ConfigurationProperty("type", IsKey=true, IsRequired=true)>]
member this.Type : string with get, set
[<System.Configuration.ConfigurationProperty("type", Options=System.Configuration.ConfigurationPropertyOptions.IsKey | System.Configuration.ConfigurationPropertyOptions.IsRequired)>]
member this.Type : string with get, set
Public Property Type As String

Eigenschaftswert

String

Eine Zeichenfolge, die einen Typ bezeichnet, der ein Authentifizierungsmodul implementiert, oder null, wenn kein Wert angegeben wurde.

Attribute

Hinweise

Diese Eigenschaft enthält den voll qualifizierten Typnamen, gefolgt von einem Komma (,) und den Assemblyinformationen. Die Elemente der Assemblyinformationen sind durch Kommas getrennt, z Corp.Net.Authenticator, Corp, Version=1.0.5000.0, Culture=neutral, PublicKeyToken="00000000000000000" . b..

Gilt für:

Siehe auch