GetPasswordPolicy

Retrieves the password policy set by SetPasswordPolicy.

Use this method once the DataVault is unlocked.

Syntax

public DataVault.PasswordPolicy 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