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