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