C# Class OrbitOne.OpenId.Controls.OpenIdLogin

Inheritance: System.Web.UI.WebControls.Login
Datei anzeigen Open project: adlnet/3D-Repository

Private Properties

Property Type Description
HidePasswordControl void

Protected Methods

Method Description
OnAuthenticate ( System.Web.UI.WebControls.AuthenticateEventArgs e ) : void
OnLoad ( EventArgs e ) : void
RenderContents ( System.Web.UI.HtmlTextWriter output ) : void

Private Methods

Method Description
HidePasswordControl ( ) : void

Method Details

OnAuthenticate() protected method

protected OnAuthenticate ( System.Web.UI.WebControls.AuthenticateEventArgs e ) : void
e System.Web.UI.WebControls.AuthenticateEventArgs
return void

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void

RenderContents() protected method

protected RenderContents ( System.Web.UI.HtmlTextWriter output ) : void
output System.Web.UI.HtmlTextWriter
return void