IdentityProviderInitiatedSignonPage.IsAuthenticated Property

Gets or sets a value that indicates whether the user is already authenticated.

Namespace: Microsoft.IdentityServer.Web.UI
Assembly: Microsoft.IdentityServer (in Microsoft.IdentityServer)

Usage

'Usage
Dim value As Boolean

value = Me.IsAuthenticated

Me.IsAuthenticated = value

Syntax

'Declaration
Protected Property IsAuthenticated As Boolean
protected bool IsAuthenticated { get; set; }
protected:
property bool IsAuthenticated {
    bool get ();
    void set (bool value);
}
/** @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.

Remarks

For more information about the IdentityProviderInitiatedSignonPage class, including code samples, see IdpInitiatedSignOnPage Class Overview.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2008, Windows Server 2008 R2

Target Platforms

Windows Server 2008, Windows Server 2008 R2

See Also

Reference

IdentityProviderInitiatedSignonPage Class
IdentityProviderInitiatedSignonPage Members
Microsoft.IdentityServer.Web.UI Namespace

Other Resources

IdpInitiatedSignOnPage Class Overview