Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ClaimsIdentity::AuthenticationType Property

.NET Framework (current version)
 

Gets the authentication type.

Namespace:   System.Security.Claims
Assembly:  mscorlib (in mscorlib.dll)

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

Property Value

Type: System::String^

The authentication type.

Typically one of the values defined by the AuthenticationTypes class.

Universal Windows Platform
Available since 10
.NET Framework
Available since 4.5
Return to top
Show: