PasswordTextBox.SecurePassword Property

Gets the user-supplied password as a SecureString.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

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