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)
29Debug.Assert(_hasPrivate || _privatePreservation == 0); 30Debug.Assert(!_hasPrivate || _originalPublicKey is null); 273if (!_hasPrivate)