4 overrides of ExportPrivateKeyCore
System.Security.Cryptography (4)
System\Security\Cryptography\X25519DiffieHellmanCng.cs (1)
65protected override partial void ExportPrivateKeyCore(Span<byte> destination);
System\Security\Cryptography\X25519DiffieHellmanCng.Windows.cs (1)
125protected override partial void ExportPrivateKeyCore(Span<byte> destination)
System\Security\Cryptography\X25519DiffieHellmanImplementation.Windows.cs (1)
107protected override void ExportPrivateKeyCore(Span<byte> destination)
System\Security\Cryptography\X25519DiffieHellmanOpenSsl.NotSupported.cs (1)
34protected override void ExportPrivateKeyCore(Span<byte> destination)
3 references to ExportPrivateKeyCore
System.Security.Cryptography (3)
System\Security\Cryptography\X25519DiffieHellman.cs (3)
231ExportPrivateKeyCore(buffer); 258ExportPrivateKeyCore(destination); 1503static (self, buffer) => self.ExportPrivateKeyCore(buffer),