getPasswordPolicy

Retrieves the password policy set by setPasswordPolicy.

Use this method once the DataVault is unlocked.

Syntax

public abstract DataVault.DVPasswordPolicy getPasswordPolicy()

Parameters

None.

Returns

Returns a passwordPolicy structure that contains the policy set by setPasswordPolicy.

Returns a DVPasswordPolicy object with the default values if no password policy is set.

Examples