[]
Specifies the specific cryptographic hashing algorithm which shall be used along with the salt property and user-supplied password in order to compute a hash value for comparison.
public enum CryptographicAlgorithmSid
HMAC = 9HMAC hash algorithm.
MAC = 5MAC hash algorithm.
MD2 = 1MD2 hash algorithm.
MD4 = 2MD4 hash algorithm.
MD5 = 3MD5 hash algorithm.
RIMEMD_160 = 7RIMEMD-160 hash algorithm.
RIPEMD = 6RIPEMD hash algorithm.
SHA_1 = 4SHA-1 hash algorithm.
SHA_256 = 12SHA-256 hash algorithm.
SHA_384 = 13SHA-384 hash algorithm.
SHA_512 = 14SHA-512 hash algorithm.
Undefined = 0Undefined algorithm.