3 references to IsSupported
System.Security.Cryptography (3)
src\libraries\Common\src\System\Security\Cryptography\SP800108HmacCounterKdf.cs (1)
559if (!HMACSHA3_512.IsSupported)
System\Security\Cryptography\HMACSHA3_512.cs (1)
21static bool IHMACStatic.IsSupported => IsSupported;
System\Security\Cryptography\IncrementalHash.cs (1)
463Debug.Assert(!HMACSHA3_512.IsSupported);