Module: Gio::TlsPasswordFlags
- Defined in:
- (unknown)
Constant Summary collapse
- NONE =
No flags
0 or :none
- RETRY =
The password was wrong, and the user should retry.
2 or :retry
- MANY_TRIES =
Hint to the user that the password has been
wrong many times, and the user may not have many chances left. 4 or :many_tries
- FINAL_TRY =
Hint to the user that this is the last try to get
this password right. 8 or :final_try
- PKCS11_USER =
For PKCS #11, the user PIN is required.
Since: 2.70. 16 or :pkcs11_user
- PKCS11_SECURITY_OFFICER =
For PKCS #11, the security officer
PIN is required. Since: 2.70. 32 or :pkcs11_security_officer
- PKCS11_CONTEXT_SPECIFIC =
For PKCS #11, the context-specific
PIN is required. Since: 2.70. 64 or :pkcs11_context_specific