Namespace: Microsoft.IdentityModel.Web.Controls
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Usage
Visual Basic |
---|
Dim instance As SignInControl |
Syntax
Visual Basic |
---|
Public MustInherit Class SignInControl Inherits CompositeControl |
C# |
---|
public abstract class SignInControl : CompositeControl |
C++ |
---|
public ref class SignInControl abstract : public CompositeControl |
J# |
---|
public abstract class SignInControl extends CompositeControl |
JScript |
---|
public abstract class SignInControl extends CompositeControl |
Inheritance Hierarchy
System.Object
System.Web.UI.Control
System.Web.UI.WebControls.WebControl
System.Web.UI.WebControls.CompositeControl
Microsoft.IdentityModel.Web.Controls.SignInControl
Microsoft.IdentityModel.Web.Controls.FederatedPassiveSignIn
System.Web.UI.Control
System.Web.UI.WebControls.WebControl
System.Web.UI.WebControls.CompositeControl
Microsoft.IdentityModel.Web.Controls.SignInControl
Microsoft.IdentityModel.Web.Controls.FederatedPassiveSignIn
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.