AuthenticationModuleElement.Type Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the type and assembly information for the current instance.
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", IsKey=true, IsRequired=true)>]
member this.Type : string with get, set
Public Property Type As String
Property Value
A string that identifies a type that implements an authentication module or null
if no value has been specified.
- Attributes
Remarks
This property contains the fully qualified type name followed by a comma (,) and the assembly information. The elements of the assembly information are separated with commas, for example, Corp.Net.Authenticator, Corp, Version=1.0.5000.0, Culture=neutral, PublicKeyToken="00000000000000000"
.