Gets or sets the secure password for the process identity.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
Visual Basic (Declaration)
Public Property SecurePassword As SecureString
Dim instance As SPProcessIdentity
Dim value As SecureString
value = instance.SecurePassword
instance.SecurePassword = value
public SecureString SecurePassword { get; set; }
Property Value
A System.Security.SecureString object that represents the password for the process identity.
Use the SecurePassword property instead of the Password property to provide better security for the password while it exists in memory.