RegisterAccountControl Class
This user control allows administrators to register a managed account.
Inheritance Hierarchy
System.Object
System.Web.UI.Control
System.Web.UI.TemplateControl
System.Web.UI.UserControl
Microsoft.SharePoint.WebControls.RegisterAccountControl
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Class RegisterAccountControl _
Inherits UserControl
'Usage
Dim instance As RegisterAccountControl
public class RegisterAccountControl : UserControl
Remarks
When an administrator needs to run a service or application pool using a specific service account, the administrator needs to tell Microsoft SharePoint Foundation 2010 the name of the account and the password. Using this control, administrators can register an account and change initial settings for managed accounts.
Note
Administrators can access this control only when initially creating a managed account and only from the Central Administration Web site.
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.