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