FederatedPassiveSignIn Members

[Starting with the .NET Framework 4.5, Windows Identity Foundation (WIF) has been fully integrated into the .NET Framework. The version of WIF addressed by this topic, WIF 3.5, is deprecated and should only be used when developing against the .NET Framework 3.5 SP1 or the .NET Framework 4. For more information about WIF in the .NET Framework 4.5, also known as WIF 4.5, see the Windows Identity Foundation documentation in the .NET Framework 4.5 Development Guide.]

Lets you sign a user in using a security token requested with WS-FederationPassive.

The following tables list the members exposed by the FederatedPassiveSignIn type.

Public Constructors

  Name Description
  FederatedPassiveSignIn Initializes a new instance of the FederatedPassiveSignIn class.

Top

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 AuthenticationType Optional. Gets or sets the “wauth” query string parameter.
public property AutoSignIn  Gets or sets whether automatic sign-in is enabled. (Inherited from SignInControl)
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. (Inherited from SignInControl)
public property BorderStyle  (Inherited from WebControl)
public property BorderWidth  (Inherited from WebControl)
public property CheckBoxStyle  Gets the style of the checkbox. (Inherited from SignInControl)
public property ClientID  (Inherited from Control)
public property ClientSideSignInFunction  Script function name to initiate signin. (Inherited from SignInControl)
public property Controls  Overridden. (Inherited from Control)
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. (Inherited from SignInControl)
public property DisplayRememberMe  Gets or sets whether to display the “Remember Me” checkbox. (Inherited from SignInControl)
public property Enabled  (Inherited from WebControl)
public property EnableTheming  Overridden. (Inherited from Control)
public property EnableViewState  (Inherited from Control)
public property ErrorAction  Gets or sets a LoginFailureAction that takes place if the user signs in incorrectly. (Inherited from SignInControl)
public property ErrorText  Gets or sets the text to display if the user signs in incorrectly. (Inherited from SignInControl)
public property ErrorTextStyle  Gets the style of the text to display if the user signs in incorrectly. (Inherited from SignInControl)
public property Font  (Inherited from WebControl)
public property ForeColor  (Inherited from WebControl)
public property Freshness Optional. Gets or sets the “wfresh” query string parameter.
public property HasAttributes  (Inherited from WebControl)
public property Height  (Inherited from WebControl)
public property HomeRealm Identity provider address.
public property ID  (Inherited from Control)
public property Issuer Gets or sets the URI of the Security Token Service (STS) from which to request a token.
public property NamingContainer  (Inherited from Control)
public property Orientation  Control UI orientation. (Inherited from SignInControl)
public property Page  (Inherited from Control)
public property Parent  (Inherited from Control)
public property Policy Optional. Gets or sets the “wp” query string parameter.
public property Realm Optional. Gets or sets the “wtrealm” query string parameter, which is the URI of the realm from which the request originates.
public property RememberMeSet  Gets or sets whether the “Remember Me” checkbox is checked. (Inherited from SignInControl)
public property RememberMeText  Gets or sets the text of the “Remember Me” checkbox. (Inherited from SignInControl)
public property Reply Optional. Gets or sets the “wreply” query string parameter. If not set, this defaults to the current URL.
public property Request Optional. Gets or sets the “wreq” query string parameter, which specifies a token request using either a <wsse:RequestSecurityToken> element or a full request message as described in WS-Trust.
public property RequestPtr Optional. Gets or sets the “wreqptr” query string parameter, which is the URI of the request (also specified in the “wreq” parameter).
public property RequireHttps  Gets or sets a value that specifies whether endpoints used by the control must be HTTPS. (Inherited from SignInControl)
public property Resource Optional. Gets or sets the “wres” query string parameter, which is the URI of the resource to which the user requests access.
public property ServiceConfiguration  The ServiceConfiguration used to process security tokens. (Inherited from SignInControl)
public property ShowButtonImage  Gets or sets whether to show the sign-in button image. (Inherited from SignInControl)
public property SignInButtonStyle  Gets the style of the sign-in button. (Inherited from SignInControl)
public property SignInButtonType  Gets or sets the ButtonType of the sign-in button. (Inherited from SignInControl)
public property SignInContext  An application context to be passed back during the sign-in process. (Inherited from SignInControl)
public property SignInImageUrl  Gets or sets the URL of the sign-in button image. (Inherited from SignInControl)
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. (Inherited from SignInControl)
public property SignInQueryString Optional. Gets or sets additional sign-in query string data.
public property SignInText  Gets or sets the text of the sign-in button. (Inherited from SignInControl)
public property Site  (Inherited from Control)
public property SkinID  Overridden. (Inherited from Control)
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. (Inherited from SignInControl)
public property TitleTextStyle  Title text style. (Inherited from SignInControl)
public property ToolTip  (Inherited from WebControl)
public property UniqueID  (Inherited from Control)
public property UseFederationPropertiesFromConfiguration Gets or sets a value that indicates whether the WSFederationAuthenticationModule settings should be applied to the 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. (Inherited from SignInControl)
public property Width  (Inherited from WebControl)

Top

Protected Properties

  Name Description
protected property ActiveButton  ActiveButton from Template Container. (Inherited from SignInControl)
protected property Adapter  (Inherited from Control)
protected property ButtonClientId  Button client id. (Inherited from SignInControl)
protected property ChildControlsCreated  (Inherited from Control)
protected property ClientIDSeparator  (Inherited from Control)
protected property Events  (Inherited from Control)
protected property HasChildViewState  (Inherited from Control)
protected property IdSeparator  (Inherited from Control)
protected property IsPersistentCookie  Whether or not to write persistent cookie. (Inherited from SignInControl)
protected property IsTrackingViewState  (Inherited from Control)
protected property LoadViewStateByID  (Inherited from Control)
protected property RememberMeClientId  RememberMeCheckBox client id. (Inherited from SignInControl)
protected property SignInButton  Gets or sets the IButtonControl that will initiate sign in when clicked. (Inherited from SignInControl)
protected property TagKey  (Inherited from WebControl)
protected property TagName  (Inherited from WebControl)
protected property ViewState  (Inherited from Control)
protected property ViewStateIgnoresCase  (Inherited from Control)

Top

Public Methods

(see also Protected Methods)

  Name Description
public method ApplyStyle  (Inherited from WebControl)
public method ApplyStyleSheetSkin  (Inherited from Control)
public method CopyBaseAttributes  (Inherited from WebControl)
public method DataBind  Overridden. (Inherited from Control)
public method Dispose  (Inherited from Control)
public method Equals  (Inherited from Object)
public method FindControl  (Inherited from Control)
public method Focus  (Inherited from Control)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method HasControls  (Inherited from Control)
public method MergeStyle  (Inherited from WebControl)
public method RenderBeginTag  (Inherited from WebControl)
public method RenderControl  (Inherited from Control)
public method RenderEndTag  (Inherited from WebControl)
public method ResolveClientUrl  (Inherited from Control)
public method ResolveUrl  (Inherited from Control)
public method SetRenderMethodDelegate  (Inherited from Control)
public method ToString  (Inherited from Object)

Top

Protected Methods

  Name Description
protected method AddAttributesToRender  (Inherited from WebControl)
protected method AddParsedSubObject  (Inherited from Control)
protected method BuildProfileTree  (Inherited from Control)
protected method ClearChildControlState  (Inherited from Control)
protected method ClearChildState  (Inherited from Control)
protected method ClearChildViewState  (Inherited from Control)
protected method CreateChildControls  Overridden. Creates all the child controls that may be rendered. (Inherited from Control)
protected method CreateControlCollection  (Inherited from Control)
protected method CreateControlStyle  (Inherited from WebControl)
protected method DataBind  (Inherited from Control)
protected method DataBindChildren  (Inherited from Control)
protected method EnsureChildControls  (Inherited from Control)
protected method EnsureID  (Inherited from Control)
protected method Finalize  (Inherited from Object)
protected method FindControl  (Inherited from Control)
protected method GetAutoSignInScript  (Inherited from SignInControl)
protected method GetClientScript  Return client script containing signin functionality. (Inherited from SignInControl)
protected method GetDesignModeState  (Inherited from Control)
protected method GetReturnUrl  Return url to redirect after the signin. (Inherited from SignInControl)
protected method GetSessionTokenContext  Ticket context to be persisted with cookie. (Inherited from SignInControl)
protected method HasEvents  (Inherited from Control)
protected method IsLiteralContent  (Inherited from Control)
protected method LoadViewState  Overridden. Load view states. (Inherited from WebControl)
protected method MemberwiseClone  (Inherited from Object)
protected method OnBubbleEvent  (Inherited from Control)
protected method OnDataBinding  (Inherited from Control)
protected method OnInit  Overridden. Init the control. (Inherited from Control)
protected method OnPreRender  Overridden. Override OnPreRender process. (Inherited from Control)
protected method OnRedirectingToIdentityProvider  Raises the redirecting to identity provider event. (Inherited from SignInControl)
protected method OnSecurityTokenReceived  Raises the security token received event. (Inherited from SignInControl)
protected method OnSecurityTokenValidated  Raises the security token validated event. (Inherited from SignInControl)
protected method OnSessionSecurityTokenCreated  Raises the security token validated event. (Inherited from SignInControl)
protected method OnSignedIn  Raises after the user is signed in. (Inherited from SignInControl)
protected method OnSignInError  Raises when signin error occurred. (Inherited from SignInControl)
protected method RaiseBubbleEvent  (Inherited from Control)
protected method RecreateChildControls  (Inherited from CompositeControl)
protected method Render  Overridden. Override Render process. (Inherited from CompositeControl)
protected method RenderControl  (Inherited from Control)
protected method ResolveAdapter  (Inherited from Control)
protected method SaveViewState  Overridden. Save view states. (Inherited from WebControl)
protected method SetDesignModeState  Overridden. Designer mode state. (Inherited from Control)
protected method SignIn  Handle the specifics of a protocol signin. (Inherited from SignInControl)
protected method TrackViewState  Overridden. Track view states. (Inherited from WebControl)

Top

Public Events

(see also Protected Events)

  Name Description
public event DataBinding  (Inherited from Control)
public event Disposed  (Inherited from Control)
public event Init  (Inherited from Control)
public event Load  (Inherited from Control)
public event PreRender  (Inherited from Control)
public event RedirectingToIdentityProvider  Event raised before redirecting to an identity provider. (Inherited from SignInControl)
public event SecurityTokenReceived  This event fires when the security token is received from the STS. (Inherited from SignInControl)
public event SecurityTokenValidated  This event fires when the security token received from the STS is validated. (Inherited from SignInControl)
public event SessionSecurityTokenCreated  Event raised after the issued token is validated. (Inherited from SignInControl)
public event SignedIn  This event fires when the user has been successfully signed in. (Inherited from SignInControl)
public event SignInError  This event fires when there is an error in signing the user in. (Inherited from SignInControl)
public event Unload  (Inherited from Control)

Top

Protected Events

  Name Description
protected event Click  Gets or sets the EventHandler invoked when the sign in button is clicked. (Inherited from SignInControl)

Top

See Also

Reference

FederatedPassiveSignIn Class
Microsoft.IdentityModel.Web.Controls Namespace

Copyright © 2008 by Microsoft Corporation. All rights reserved.