Discuss this help topic in SecureBlackbox Forum

TElOpenOfficeEncryptionHandler.IsPasswordValid

TElOpenOfficeEncryptionHandler     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Checks password validity.

Declaration

[C#]
    bool IsPasswordValid();

[VB.NET]
    Function IsPasswordValid() As Boolean

[Pascal]
    function IsPasswordValid : Boolean;

[C++]
    bool IsPasswordValid();

[PHP]
    bool IsPasswordValid()

[Java]
    boolean isPasswordValid();

Return value

Returns true if the supplied password is valid, and false otherwise.

Description

Use this method to check the validity of the password.

See also:     Password    

Discuss this help topic in SecureBlackbox Forum