IdentityProviderInitiatedSignonPage.IsAuthenticated Property
Active Directory Federation Services 2.0
Gets or sets a value that indicates whether the user is already authenticated.
Namespace: Microsoft.IdentityServer.Web.UI
Assembly: Microsoft.IdentityServer (in Microsoft.IdentityServer)
Namespace: Microsoft.IdentityServer.Web.UI
Assembly: Microsoft.IdentityServer (in Microsoft.IdentityServer)
/** @property */ /** @attribute CompilerGeneratedAttribute() */ protected boolean get_IsAuthenticated () /** @property */ /** @attribute CompilerGeneratedAttribute() */ protected void set_IsAuthenticated (boolean value)
CompilerGeneratedAttribute protected function get IsAuthenticated () : boolean CompilerGeneratedAttribute protected function set IsAuthenticated (value : boolean)
Property Value
true if the user is already authenticated; otherwise, false.For more information about the IdentityProviderInitiatedSignonPage class, including code samples, see IdpInitiatedSignOnPage Class Overview.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Development Platforms
Windows Server 2008, Windows Server 2008 R2Target Platforms
Windows Server 2008, Windows Server 2008 R2
Community Additions
Show: