Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Password Class / ValidatePassword Method
The value to compare the current password to.

In This Topic
    ValidatePassword Method
    In This Topic
    Compares the current password to a specified value.
    Syntax
    'Declaration
     
    Public Function ValidatePassword( _
       ByVal password As System.String _
    ) As PasswordValidationResult
    public PasswordValidationResult ValidatePassword( 
       System.string password
    )

    Parameters

    password
    The value to compare the current password to.

    Return Value

    A PasswordValidationResult representing the result of comparison.
    See Also