Module passwords

Source
Expand description

Password support.

Structs§

SecKeychainItemPassword
Password slice. Use .as_ref() to get &[u8] or .to_owned() to get Vec<u8>

Enums§

SecAuthenticationType
SecProtocolType

Functions§

find_generic_password
Find a generic password.
find_internet_password
keychains is an array of keychains to search or None to search the default keychain.server: server name.security_domain: security domain. This parameter is optional.account: account name.path: the path.port: The TCP/IP port number.protocol: The protocol associated with this password.authentication_type: The authentication scheme used.