1 write to _hasPrivate
System.Security.Cryptography (1)
System\Security\Cryptography\X25519DiffieHellmanImplementation.Windows.cs (1)
26
_hasPrivate
= hasPrivate;
3 references to _hasPrivate
System.Security.Cryptography (3)
System\Security\Cryptography\X25519DiffieHellmanImplementation.Windows.cs (3)
29
Debug.Assert(
_hasPrivate
|| _privatePreservation == 0);
30
Debug.Assert(!
_hasPrivate
|| _originalPublicKey is null);
273
if (!
_hasPrivate
)