3 references to IsSupported
System.Security.Cryptography (3)
System\Security\Cryptography\HMACCommon.cs (1)
80Debug.Assert(SHA3_512.IsSupported);
System\Security\Cryptography\IncrementalHash.cs (1)
385case HashAlgorithmNames.SHA3_512 when !SHA3_512.IsSupported:
System\Security\Cryptography\SHA3_512.cs (1)
289if (!IsSupported)