credentials

Use this method to supply credentials for opening protected container files for extraction.

This method accepts a std::vector so you can specify as many sets of credentials as you wish. Calling the method with no parameters removes all of the credentials from the session configuration.

Default value: {}

Syntax

Configuration& credentials(const std::vector<CredentialComponent>& credentials = {});