asp.net.ph

FormsIdentity.AuthenticationType Property

System.Web.Security Namespace   FormsIdentity Class


Gets the type of the identity ( in this case, "Forms" ) .

[ VB ]
Public ReadOnly Property AuthenticationType As String  Implements _
   IIdentity.AuthenticationType

[ C# ]
Public string AuthenticationType {get;}

[ C++ ]
public: __property String* get_AuthenticationType ( );

[ JScript ]
public Serializable
function get AuthenticationType ( ) : String;

Property Value

The type of the identity ( in this case, "Forms" ) .

Implements

IIdentity.AuthenticationType

See Also

FormsIdentity Members Skip Navigation Links




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note