3 references to IsCngSupported
System.Security.Cryptography (3)
System\Security\Cryptography\HKDF.Windows.cs (3)
47
if (
IsCngSupported
&& !IsAlgorithmRequiringManagedFallback(hashAlgorithmName))
71
if (
IsCngSupported
&& !IsAlgorithmRequiringManagedFallback(hashAlgorithmName))
159
Debug.Assert(
IsCngSupported
);