CreateUserWizard.ConfirmPassword Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the second password entered by the user.
public:
virtual property System::String ^ ConfirmPassword { System::String ^ get(); };
[System.ComponentModel.Browsable(false)]
public virtual string ConfirmPassword { get; }
[<System.ComponentModel.Browsable(false)>]
member this.ConfirmPassword : string
Public Overridable ReadOnly Property ConfirmPassword As String
Property Value
The second password entered by the user. The default value is an empty string ("").
- Attributes
Remarks
The ConfirmPassword property contains the second password (the confirmation password) entered by the user. By default, a CompareValidator object is provided for the Password and ConfirmPassword text box values. Each text box displayed on the CreateUserWizard control also has a RequiredFieldValidator associated with it.