SPProcessIdentity.SecurePassword Property (Microsoft.SharePoint.Administration)
Gets or sets the secure password for the process identity.

Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
Syntax

Visual Basic (Declaration)
Public Property SecurePassword As SecureString
Visual Basic (Usage)
Dim instance As SPProcessIdentity
Dim value As SecureString

value = instance.SecurePassword

instance.SecurePassword = value
C#
public SecureString SecurePassword { get; set; }

Property Value

A System.Security.SecureString object that represents the password for the process identity.
Remarks

Use the SecurePassword property instead of the Password property to provide better security for the password while it exists in memory.

See Also

Tags :


Page view tracker