boost::corosio::tls_password_purpose
Purpose for password callback invocation.
Synopsis
Declared in <boost/corosio/tls_context.hpp>
enum class tls_password_purpose : int;
Description
Indicates whether the password is needed for reading (decrypting) or writing (encrypting) key material.
Members
Name |
Description |
|
Password needed to decrypt/read protected key material. |
|
Password needed to encrypt/write protected key material. |
See Also
tls_context::set_password_callback
Created with MrDocs