GetDataNames

Retrieves information about the data names stored in the vault.

The application can pass the data names to GetValue or GetString to retrieve the data values.

Syntax

public byte[] GetValue(string sName)

Parameters

None.

Returns

Returns a DVPasswordPolicy object, as an array of DVDataName structure objects.

Examples