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