Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the password for the new application pool that is used by the Web application.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property ApplicationPoolPassword As SecureString
Get
Set
'Usage
Dim instance As SPWebApplicationBuilder
Dim value As SecureString
value = instance.ApplicationPoolPassword
instance.ApplicationPoolPassword = value
public SecureString ApplicationPoolPassword { get; set; }
Property Value
Type: System.Security.SecureString
A System.Security.SecureString that specifies the password.