This documentation is archived and is not being maintained.
FormsIdentity.AuthenticationType Property
.NET Framework 1.1
Gets the type of the identity (in this case, "Forms").
[Visual Basic] Public Overridable ReadOnly Property AuthenticationType As String _ Implements IIdentity.AuthenticationType [C#] public virtual string AuthenticationType {get;} [C++] public: __property virtual String* get_AuthenticationType(); [JScript] public function get AuthenticationType() : String;
Property Value
The type of the identity (in this case, "Forms").
Implements
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
FormsIdentity Class | FormsIdentity Members | System.Web.Security Namespace
Show: