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