Registry / auth / security-framework

security-framework

JSON →
library3.7.0rscratesunverified

Security.framework bindings for macOS and iOS.

# Cargo.toml [dependencies] security-framework = "3.7.0"
INSTALL
IMPORT
SIG · SECURITY-FRAMEWORK
S
security-framework
authrustv3.7.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Result
use security_framework::base::Result;

Searches for items in the macOS/iOS keychain.

use security_framework::item::*; let search_result = ItemSearchOptions::new().load_control(true).search();
Debug
Known issues
gotchaOnly works on macOS and iOS; not available on other platforms.
fix
Use conditional compilation with #[cfg(target_os = "macos")].
affects: *
Upgrade
Version history
3.7.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
Resources
security-framework — cargo add security-framework · libregistry