Share via


PasswordTextBox.SecurePassword property

Gets the user-supplied password as a SecureString.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property SecurePassword As SecureString
    Get
'Usage
Dim instance As PasswordTextBox
Dim value As SecureString

value = instance.SecurePassword
public SecureString SecurePassword { get; }

Property value

Type: System.Security.SecureString
A System.Security.SecureString that contains the user password.

See also

Reference

PasswordTextBox class

PasswordTextBox members

Microsoft.SharePoint.WebControls namespace