C# Class SenseNet.Portal.Setup.IISConfig.Config

Inheritance: System.Web.UI.Page
Show file Open project: maxpavlov/FlexNet

Protected Properties

Property Type Description
Head1 global::System.Web.UI.HtmlControls.HtmlHead
InvisibleTextBox global::System.Web.UI.WebControls.TextBox
Login1 global::System.Web.UI.WebControls.Login
buttonForms global::System.Web.UI.WebControls.Button
form1 global::System.Web.UI.HtmlControls.HtmlForm
imgMain global::System.Web.UI.WebControls.Image
panelFormsId global::System.Web.UI.HtmlControls.HtmlGenericControl
panelWindowsId global::System.Web.UI.HtmlControls.HtmlGenericControl
plcFinish global::System.Web.UI.WebControls.PlaceHolder
plcMain global::System.Web.UI.WebControls.PlaceHolder

Private Properties

Property Type Description
CloseHandle bool
DuplicateToken int
ImpersonateValidUser bool
LogonUserA int
RedirectToDefault void
RegisterHost void
RemoveMarker void
RevertToSelf bool
SetSiteAuthenticationMode void
ShowLoginPanel void

Protected Methods

Method Description
ButtonForms_Click ( object sender, EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void

Private Methods

Method Description
CloseHandle ( IntPtr handle ) : bool
DuplicateToken ( IntPtr hToken, int impersonationLevel, IntPtr &hNewToken ) : int
ImpersonateValidUser ( string userName, string domain, string password ) : bool
LogonUserA ( String lpszUserName, String lpszDomain, String lpszPassword, int dwLogonType, int dwLogonProvider, IntPtr &phToken ) : int
RedirectToDefault ( ) : void
RegisterHost ( string authMode, bool foundDefaultSite ) : void
RemoveMarker ( ) : void
RevertToSelf ( ) : bool
SetSiteAuthenticationMode ( string authMode ) : void
ShowLoginPanel ( ) : void

Method Details

ButtonForms_Click() protected method

protected ButtonForms_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Property Details

Head1 protected property

Head1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlHead Head1
return global::System.Web.UI.HtmlControls.HtmlHead

InvisibleTextBox protected property

InvisibleTextBox control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox InvisibleTextBox
return global::System.Web.UI.WebControls.TextBox

Login1 protected property

Login1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Login Login1
return global::System.Web.UI.WebControls.Login

buttonForms protected property

buttonForms control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button buttonForms
return global::System.Web.UI.WebControls.Button

form1 protected property

form1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlForm form1
return global::System.Web.UI.HtmlControls.HtmlForm

imgMain protected property

imgMain control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Image imgMain
return global::System.Web.UI.WebControls.Image

panelFormsId protected property

panelFormsId control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl panelFormsId
return global::System.Web.UI.HtmlControls.HtmlGenericControl

panelWindowsId protected property

panelWindowsId control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlGenericControl panelWindowsId
return global::System.Web.UI.HtmlControls.HtmlGenericControl

plcFinish protected property

plcFinish control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.PlaceHolder plcFinish
return global::System.Web.UI.WebControls.PlaceHolder

plcMain protected property

plcMain control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.PlaceHolder plcMain
return global::System.Web.UI.WebControls.PlaceHolder