6 references to PseudoHandlesSupported
System.Security.Cryptography (6)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\SP800108HmacCounterKdfImplementationCng.cs (1)
173if (!Interop.BCrypt.PseudoHandlesSupported)
System\Security\Cryptography\HashProviderDispenser.Windows.cs (3)
121if (Interop.BCrypt.PseudoHandlesSupported) 148Debug.Assert(Interop.BCrypt.PseudoHandlesSupported); 157if (Interop.BCrypt.PseudoHandlesSupported)
System\Security\Cryptography\HKDF.Windows.cs (1)
123Debug.Assert(Interop.BCrypt.PseudoHandlesSupported);
System\Security\Cryptography\Pbkdf2Implementation.Windows.cs (1)
90if (Interop.BCrypt.PseudoHandlesSupported)