FormsIdentity::AuthenticationType Property

 

Gets the type of authenticated identity.

Namespace:   System.Web.Security
Assembly:  System.Web (in System.Web.dll)

public:
property String^ AuthenticationType {
	virtual String^ get() override;
}

Property Value

Type: System::String^

The type of authenticated identity. This property always returns "Forms".

.NET Framework
Available since 1.1
Return to top
Show: