4 references to CreateSHA256
System.Web (4)
Security\Cryptography\CryptoUtil.cs (2)
90
using (SHA256 sha256 = CryptoAlgorithms.
CreateSHA256
()) {
114
using (SHA256 sha256 = CryptoAlgorithms.
CreateSHA256
()) {
Security\FormsAuthentication.cs (1)
67
hashAlgorithm = CryptoAlgorithms.
CreateSHA256
();
UI\EventValidationStore.cs (1)
114
using (SHA256 hashAlgorithm = CryptoAlgorithms.
CreateSHA256
()) {