PassiveProtocolPage Class

This page contains logic that is common to any page that is rendered as part of a sign in request.

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

Usage

'Usage
Dim instance As PassiveProtocolPage

Syntax

'Declaration
Public Class PassiveProtocolPage
    Inherits InternalOnlyPage
public class PassiveProtocolPage : InternalOnlyPage
public ref class PassiveProtocolPage : public InternalOnlyPage
public class PassiveProtocolPage extends InternalOnlyPage
public class PassiveProtocolPage extends InternalOnlyPage

Inheritance Hierarchy

System.Object
   System.Web.UI.Control
     System.Web.UI.TemplateControl
       System.Web.UI.Page
         Microsoft.IdentityServer.Web.UI.PageBase
           Microsoft.IdentityServer.Web.UI.InternalOnlyPage
            Microsoft.IdentityServer.Web.UI.PassiveProtocolPage
               Microsoft.IdentityServer.Web.UI.FormsLoginPage
               Microsoft.IdentityServer.Web.UI.HomeRealmDiscoveryPage

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

PassiveProtocolPage Members
Microsoft.IdentityServer.Web.UI Namespace