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