The handle that describes the add-in data storagelibrary module to be used to perform this function.
DbName (input)
A pointer to the string containing the logical nameof the data store.
DbLocation (input/optional)
A pointer to a network address directly or indirectlyidentifying the location of the storage service process. If theinput is NULL, the module can determine a storage service process andits location based on the DbName (for existing data stores) or canassume a default storage service process location. If the DbNamedoes not distinguish the storage service process, the service cannotbe performed and the operation fails.
AccessRequest (input)
An indicator of the requested access mode for thedata store, such as read-only or read-write.
AccessCred (input/optional)
A pointer to the set of one or more credentialsbeing presented for authentication by the caller. These credentialsare required to obtain access to the specified data store. The credentialsstructure can contain multiple types of credentials, as requiredfor multi-factor authentication. The credential data can be an immediatevalue, such as a passphrase, PIN, certificate, or template of user-specificdata, or the caller can specify a callback function the DL can useto obtain one or more credentials. The required set of credentialsto access a particular data store is defined by the DbInfo recordcontaining meta-data for the specified data store. If credentialsare not required to access the specified data store, then this field canbe NULL.
OpenParameters (input/optional)
A pointer to a module-specific set of parametersrequired to open the data store.
DbHandle (output)
The handle to the opened data store. The value willbe set to CSSM_INVALID_HANDLE if the function fails.
DESCRIPTIONThis function opens the data store with the specified logicalname under the specified access mode. If user authentication credentialsare required, they must be provided. Also, additional open parametersmay be required to open a given data store, and are supplied inthe OpenParameters. RETURN VALUEA CSSM_RETURN value indicating success or specifying a particularerror condition. The value CSSM_OK indicates success. All othervalues represent an error condition. ERRORSErrors are described in the CDSA Technical Standard.