CWKeychainDeletePassword

Function CWKeychainDeletePassword 

Source
pub unsafe extern "C-unwind" fn CWKeychainDeletePassword(
    ssid_data: &CFData,
) -> i32
👎Deprecated: Use CWKeychainDeleteWiFiPassword() instead
Available on crate features CoreWLANUtil and objc2-core-foundation only.
Expand description

Parameter ssidData: The service set identifier (SSID) which is used to uniquely identify the keychain item.

Returns: An OSStatus error code indicating whether or not a failure occurred. errSecSuccess indicates no error occurred.

Deletes the password for the specified SSID and keychain domain. The keychain used is determined by the SecPreferencesDomain of the caller as returned by SecKeychainGetPreferenceDomain().