pub unsafe static kODPolicyAttributePasswordHashes: Option<&'static ODPolicyAttributeType>Available on crate feature
CFOpenDirectoryConstants only.Expand description
Policy attribute for the password hashes
Policy attribute for the password hashes. The value should be a CFArray containing one or more CFData values representing a password hash.
Used in Password Content policy strings to compare the new password against the password history, for example: [NSString stringWithFormat: “ none % @ in % “ , kODPolicyAttributePasswordHashes, kODPolicyAttributePasswordHistory];
See also Apple’s documentation