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)
2 references to ExportPrivateKeyCore
System.Security.Cryptography (2)
System\Security\Cryptography\X25519DiffieHellman.cs (2)
228ExportPrivateKeyCore(buffer); 255ExportPrivateKeyCore(destination);