The CredentialComponent Struct

Defined in: Keyview_Configuration.hpp

The CredentialComponent struct represents a set of credentials. To supply credentials for opening protected files, you pass one or more of these into the credentials method of your session configuration.

Member Description
type A value from the CredentialKeyType enumeration, that indicates the type of credential.
key A std::string containing the information specified by type, for example a password.