Xceed Toolkit Plus for WPF v4.6 Documentation
SecurePassword Property


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit Namespace > WatermarkPasswordBox Class : SecurePassword Property
 Gets the password currently held by the WatermarkPasswordBox as a System.Security.SecureString.
Syntax
'Declaration
 
Public ReadOnly Property SecurePassword As SecureString
'Usage
 
Dim instance As WatermarkPasswordBox
Dim value As SecureString
 
instance.SecurePassword = value
 
value = instance.SecurePassword
public SecureString SecurePassword {get;}
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WatermarkPasswordBox Class
WatermarkPasswordBox Members