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