Struct security_framework::os::macos::keychain::KeychainSettings [] [src]

pub struct KeychainSettings(_);

Settings associated with a SecKeychain.

Methods

impl KeychainSettings
[src]

Creates a new KeychainSettings with default settings.

If set, the keychain will automatically lock when the computer sleeps.

Defaults to false.

Sets the interval of time in seconds after which the keychain is automatically locked.

Defaults to None.