4 overrides of ExportPrivateKeyCore
System.Security.Cryptography (4)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\X25519DiffieHellmanCng.cs (1)
65
protected override partial void
ExportPrivateKeyCore
(Span<byte> destination);
src\runtime\src\libraries\Common\src\System\Security\Cryptography\X25519DiffieHellmanCng.Windows.cs (1)
135
protected override partial void
ExportPrivateKeyCore
(Span<byte> destination)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\X25519DiffieHellmanImplementation.Windows.cs (1)
108
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)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\X25519DiffieHellman.cs (3)
231
ExportPrivateKeyCore
(buffer);
258
ExportPrivateKeyCore
(destination);
1505
static (self, buffer) => self.
ExportPrivateKeyCore
(buffer),