getPasswordPolicy

Retrieves the password policy set by setPasswordPolicy.

Use this method once the DataVault is unlocked.

Syntax

+ (SUPDataVault*)getPasswordPolicy:();

Parameters

None.

Returns

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

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

Examples