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