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