Function CSIdentityAuthenticateUsingPassword

Source
pub unsafe extern "C-unwind" fn CSIdentityAuthenticateUsingPassword(
    user: &CSIdentity,
    password: Option<&CFString>,
) -> bool
👎Deprecated: renamed to CSIdentity::authenticate_using_password
Available on crate features CSIdentity and OSServices only.