4 references to s_algHandle
System.Security.Cryptography (4)
System\Security\Cryptography\X25519DiffieHellmanImplementation.Windows.cs (4)
33[MemberNotNullWhen(true, nameof(s_algHandle))] 34internal static new bool IsSupported => s_algHandle is not null; 144SafeBCryptKeyHandle key = Interop.BCrypt.BCryptGenerateKeyPair(s_algHandle, 0); 228s_algHandle,