8 writes to HashName
System.Security.Cryptography (8)
System\Security\Cryptography\HMACMD5.cs (1)
41this.HashName = HashAlgorithmNames.MD5;
System\Security\Cryptography\HMACSHA1.cs (1)
40this.HashName = HashAlgorithmNames.SHA1;
System\Security\Cryptography\HMACSHA256.cs (1)
39this.HashName = HashAlgorithmNames.SHA256;
System\Security\Cryptography\HMACSHA3_256.cs (1)
63this.HashName = HashAlgorithmNames.SHA3_256;
System\Security\Cryptography\HMACSHA3_384.cs (1)
63this.HashName = HashAlgorithmNames.SHA3_384;
System\Security\Cryptography\HMACSHA3_512.cs (1)
63this.HashName = HashAlgorithmNames.SHA3_512;
System\Security\Cryptography\HMACSHA384.cs (1)
39this.HashName = HashAlgorithmNames.SHA384;
System\Security\Cryptography\HMACSHA512.cs (1)
39this.HashName = HashAlgorithmNames.SHA512;
2 references to HashName
System.Security.Cryptography (1)
System\Security\Cryptography\HMAC.cs (1)
35ArgumentNullException.ThrowIfNull(value, nameof(HashName));
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\SignedXml.cs (1)
461SignedInfo!.SignatureMethod = hash.HashName switch