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)
91Debug.Assert(SHA3_512.IsSupported);
System\Security\Cryptography\IncrementalHash.cs (1)
462case HashAlgorithmNames.SHA3_512 when !SHA3_512.IsSupported:
System\Security\Cryptography\SHA3_512.cs (1)
25static bool IHashStatic.IsSupported => IsSupported;