MaskedPasswordTextBox Class

This only provides masking of password but does not securely store it. It is intended for use in preventing exposure of password information on the screen, but not internally.

MaskedPasswordTextBox

Namespace:  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Controls
Assembly:  Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)

Syntax

'Declaration
Public Class MaskedPasswordTextBox _
    Inherits UserControl _
    Implements IComponentConnector
public class MaskedPasswordTextBox : UserControl, 
    IComponentConnector
public ref class MaskedPasswordTextBox : public UserControl, 
    IComponentConnector
public class MaskedPasswordTextBox extends UserControl implements IComponentConnector

Inheritance Hierarchy

System.Object
  System.Windows.Threading.DispatcherObject
    System.Windows.DependencyObject
      System.Windows.Media.Visual
        System.Windows.UIElement
          System.Windows.FrameworkElement
            System.Windows.Controls.Control
              System.Windows.Controls.ContentControl
                System.Windows.Controls.UserControl
                  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Controls.MaskedPasswordTextBox

See Also

MaskedPasswordTextBox Members

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.Controls Namespace