4 overrides of TryExportPkcs8PrivateKeyCore
System.Security.Cryptography (4)
System\Security\Cryptography\X25519DiffieHellmanCng.cs (1)
68
protected override partial bool
TryExportPkcs8PrivateKeyCore
(Span<byte> destination, out int bytesWritten);
System\Security\Cryptography\X25519DiffieHellmanCng.Windows.cs (1)
139
protected override partial bool
TryExportPkcs8PrivateKeyCore
(Span<byte> destination, out int bytesWritten)
System\Security\Cryptography\X25519DiffieHellmanImplementation.Windows.cs (1)
125
protected override bool
TryExportPkcs8PrivateKeyCore
(Span<byte> destination, out int bytesWritten)
System\Security\Cryptography\X25519DiffieHellmanOpenSsl.NotSupported.cs (1)
46
protected override bool
TryExportPkcs8PrivateKeyCore
(Span<byte> destination, out int bytesWritten)
2 references to TryExportPkcs8PrivateKeyCore
System.Security.Cryptography (2)
System\Security\Cryptography\X25519DiffieHellman.cs (2)
415
return
TryExportPkcs8PrivateKeyCore
(destination, out bytesWritten);
1462
while (!
TryExportPkcs8PrivateKeyCore
(buffer, out written))