4 references to IsSupported
System.Security.Cryptography (4)
System\Security\Cryptography\HKDF.Windows.cs (1)
92
if ((hashAlgorithmName == HashAlgorithmName.SHA3_256 && !SHA3_256.
IsSupported
) ||
System\Security\Cryptography\HMACCommon.cs (1)
83
Debug.Assert(SHA3_256.
IsSupported
);
System\Security\Cryptography\IncrementalHash.cs (1)
456
case HashAlgorithmNames.SHA3_256 when !SHA3_256.
IsSupported
:
System\Security\Cryptography\SHA3_256.cs (1)
25
static bool IHashStatic.IsSupported =>
IsSupported
;