Windows apps
Collapse the table of content
Expand the table of content
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::IsAuthenticated Property

.NET Framework (current version)
 

Gets a value that indicates whether the identity has been authenticated.

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

public:
property bool IsAuthenticated {
	virtual bool get();
}

Property Value

Type: System::Boolean

true if the identity has been authenticated; otherwise, false.

true if the AuthenticationType property is not null or an empty string.

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