4 references to IsSupported
System.Security.Cryptography (4)
System\Security\Cryptography\HKDF.Windows.cs (1)
94
(hashAlgorithmName == HashAlgorithmName.SHA3_512 && !SHA3_512.
IsSupported
))
System\Security\Cryptography\HMACCommon.cs (1)
91
Debug.Assert(SHA3_512.
IsSupported
);
System\Security\Cryptography\IncrementalHash.cs (1)
462
case HashAlgorithmNames.SHA3_512 when !SHA3_512.
IsSupported
:
System\Security\Cryptography\SHA3_512.cs (1)
25
static bool IHashStatic.IsSupported =>
IsSupported
;