pub unsafe extern "C-unwind" fn SecCreateSharedWebCredentialPassword() -> Option<CFRetained<CFString>>
Available on crate feature
SecSharedCredential
only.Expand description
Returns a randomly generated password.
Returns: CFStringRef password in the form xxx-xxx-xxx-xxx where x is taken from the sets “abcdefghkmnopqrstuvwxy”, “ABCDEFGHJKLMNPQRSTUVWXYZ”, “3456789” with at least one character from each set being present.