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