Public Properties (see also Protected Properties)

  Name Description
public property AccessKey  (Inherited from WebControl)
public property AppRelativeTemplateSourceDirectory  (Inherited from Control)
public property Attributes  (Inherited from WebControl)
public property AutoSignIn Gets or sets whether automatic sign-in is enabled.
public property BackColor  (Inherited from WebControl)
public property BindingContainer  (Inherited from Control)
public property BorderColor  (Inherited from WebControl)
public property BorderPadding Control border padding size.
public property BorderStyle  (Inherited from WebControl)
public property BorderWidth  (Inherited from WebControl)
public property CheckBoxStyle Gets the style of the checkbox.
public property ClientID  (Inherited from Control)
public property ClientSideSignInFunction Script funtion name to initiate signin.
public property Controls  (Inherited from CompositeControl)
public property ControlStyle  (Inherited from WebControl)
public property ControlStyleCreated  (Inherited from WebControl)
public property CssClass  (Inherited from WebControl)
public property DestinationPageUrl Gets or sets the URL to which the user is redirected after signing in.
public property DisplayRememberMe Gets or sets whether to display the “Remember Me” checkbox.
public property Enabled  (Inherited from WebControl)
public property EnableTheming  (Inherited from WebControl)
public property EnableViewState  (Inherited from Control)
public property ErrorAction Gets or sets a LoginFailureAction that takes place if the user signs in incorrectly.
public property ErrorText Gets or sets the text to display if the user signs in incorrectly.
public property ErrorTextStyle Gets the style of the text to display if the user signs in incorrectly.
public property Font  (Inherited from WebControl)
public property ForeColor  (Inherited from WebControl)
public property HasAttributes  (Inherited from WebControl)
public property Height  (Inherited from WebControl)
public property ID  (Inherited from Control)
public property NamingContainer  (Inherited from Control)
public property Orientation Control UI orientation.
public property Page  (Inherited from Control)
public property Parent  (Inherited from Control)
public property RememberMeSet Gets or sets whether the “Remember Me” checkbox is checked.
public property RememberMeText Gets or sets the text of the “Remember Me” checkbox.
public property RequireHttps  
public property ServiceConfiguration  
public property ShowButtonImage Gets or sets whether to show the sign-in button image.
public property SignInButtonStyle Gets the style of the sign-in button.
public property SignInButtonType Gets or sets the ButtonType of the sign-in button.
public property SignInContext An application context to be passed back during the sign-in process.
public property SignInImageUrl Gets or sets the URL of the sign-in button image.
public property SignInMode Gets or sets the SignInMode with which the user signs in. The two possible values are Session (the default) and Single. Sessions are persisted using a cookie. Single is appropriate for a scenario such as validating a user’s credit card.
public property SignInText Gets or sets the text of the sign-in button.
public property Site  (Inherited from Control)
public property SkinID  (Inherited from WebControl)
public property Style  (Inherited from WebControl)
public property TabIndex  (Inherited from WebControl)
public property TemplateControl  (Inherited from Control)
public property TemplateSourceDirectory  (Inherited from Control)
public property TitleText Gets or sets the title text of the control.
public property TitleTextStyle Title text style.
public property ToolTip  (Inherited from WebControl)
public property UniqueID  (Inherited from Control)
public property Visible  (Inherited from Control)
public property VisibleWhenSignedIn Gets or sets whether the control is visible when the user is already signed in.
public property Width  (Inherited from WebControl)

Protected Properties

  Name Description
protected property ActiveButton  
protected property Adapter  (Inherited from Control)
protected property ButtonClientId Button client id.
protected property ChildControlsCreated  (Inherited from Control)
protected property ClientIDSeparator  (Inherited from Control)
protected property Context  (Inherited from Control)
protected property DesignMode  (Inherited from Control)
protected property Events  (Inherited from Control)
protected property HasChildViewState  (Inherited from Control)
protected property IdSeparator  (Inherited from Control)
protected property IsChildControlStateCleared  (Inherited from Control)
protected property IsEnabled  (Inherited from WebControl)
protected property IsPersistentCookie Whether or not to write persistent cookie.
protected property IsTrackingViewState  (Inherited from Control)
protected property IsViewStateEnabled  (Inherited from Control)
protected property LoadViewStateByID  (Inherited from Control)
protected property RememberMeClientId RememberMeCheckBox client id.
protected property SignInButton  
protected property TagKey  (Inherited from WebControl)
protected property TagName  (Inherited from WebControl)
protected property ViewState  (Inherited from Control)
protected property ViewStateIgnoresCase  (Inherited from Control)

Explicit Interface Implementations

  Name Description
System.Web.UI.IControlBuilderAccessor.ControlBuilder  (Inherited from Control)
System.Web.UI.IControlDesignerAccessor.UserData  (Inherited from Control)
System.Web.UI.IDataBindingsAccessor.DataBindings  (Inherited from Control)
System.Web.UI.IDataBindingsAccessor.HasDataBindings  (Inherited from Control)
System.Web.UI.IExpressionsAccessor.Expressions  (Inherited from Control)
System.Web.UI.IExpressionsAccessor.HasExpressions  (Inherited from Control)

See Also




Copyright © 2008 by Microsoft Corporation. All rights reserved.