KVCredKeyType
This enumerated type defines the type of credential used to open a protected file. See KVCredentialComponent. This enumerated type is defined in kvxtract.h
.
Definition
typedef enum tag_KVCredKeyType { KVCredKeyType_UserName, KVCredKeyType_UserIdFile, KVCredKeyType_Password, } KVCredKeyType;
Enumerators
KVCredKeyType_UserName
|
The credential in KVCredentialComponent is a user name. |
KVCredKeyType_UserIdFile
|
The credential in KVCredentialComponent is a path to a file that contains user IDs. |
KVCredKeyType_Password
|
The credential in KVCredentialComponent is a password. |