4 references to IsSupported
System.Security.Cryptography (4)
src\libraries\Common\src\System\Security\Cryptography\SP800108HmacCounterKdf.cs (1)
564if (!HMACSHA3_256.IsSupported)
System\Security\Cryptography\HMACSHA3_256.cs (1)
386if (!IsSupported)
System\Security\Cryptography\IncrementalHash.cs (1)
395Debug.Assert(!HMACSHA3_256.IsSupported);
System\Security\Cryptography\Rfc2898DeriveBytes.OneShot.cs (1)
340if (HMACSHA3_256.IsSupported)