Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Validates the entry in the PasswordTextBox control.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Overrides Function EvaluateIsValid As Boolean
'Usage
Dim returnValue As Boolean
returnValue = Me.EvaluateIsValid()
protected override bool EvaluateIsValid()
Return Value
Type: System.Boolean
Remarks
This method is often overridden to provide custom validation.
See Also
Reference
PasswordTextBoxValidator Class