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