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