TlsPasswordFlags
Description:
[ CCode ( cprefix = "G_TLS_PASSWORD_" , type_id = "g_tls_password_flags_get_type ()" ) ]
[ Flags ]
[ Version ( since = "2.30" ) ]
public enum TlsPasswordFlags
Various flags for the password.
Content:
Enum values:
- FINAL_TRY - Hint to the user that
this is the last try to get this password right.
- MANY_TRIES - Hint to the user that
the password has been wrong many times, and the user may not have many chances left.
- NONE - No flags
- PKCS11_CONTEXT_SPECIFIC -
For PKCS #11, the context-specific PIN is required.
- PKCS11_SECURITY_OFFICER -
For PKCS #11, the security officer PIN is required.
- PKCS11_USER - For PKCS #11, the
user PIN is required.
- RETRY - The password was wrong, and the
user should retry.