3 references to IsSupported
System.Security.Cryptography (3)
System\Security\Cryptography\HMACCommon.cs (1)
76Debug.Assert(SHA3_384.IsSupported);
System\Security\Cryptography\IncrementalHash.cs (1)
382case HashAlgorithmNames.SHA3_384 when !SHA3_384.IsSupported:
System\Security\Cryptography\SHA3_384.cs (1)
290if (!IsSupported)