CipherVerifyPasswordHash Method
Verifies the given user password against a given hash.
Namespace: Gemstone.Security.CryptographyAssembly: Gemstone.Security (in Gemstone.Security.dll) Version: 1.0.128 -- Release Build+bd1c1867941d4700e644c1451bb1298b1b27c8bc
Gemstone.Security.Cryptography.Cipher.VerifyPasswordHash = function(hash, password, categoryID);
- hash String
- Stored hash.
- password String
- User provide password.
- categoryID Int32 (Optional)
- Specifies the optional category ID.
Booleantrue if the given user password matches the stored hash; otherwise,
false.