4 references to IsSupported
System.Security.Cryptography (4)
System\Security\Cryptography\HKDF.Windows.cs (1)
93(hashAlgorithmName == HashAlgorithmName.SHA3_384 && !SHA3_384.IsSupported) ||
System\Security\Cryptography\HMACCommon.cs (1)
87Debug.Assert(SHA3_384.IsSupported);
System\Security\Cryptography\IncrementalHash.cs (1)
459case HashAlgorithmNames.SHA3_384 when !SHA3_384.IsSupported:
System\Security\Cryptography\SHA3_384.cs (1)
25static bool IHashStatic.IsSupported => IsSupported;