2 overrides of TryExportRSAPrivateKey
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\RSAOpenSsl.cs (1)
373
public override bool
TryExportRSAPrivateKey
(Span<byte> destination, out int bytesWritten)
System\Security\Cryptography\RSAWrapper.cs (1)
143
public override bool
TryExportRSAPrivateKey
(Span<byte> destination, out int bytesWritten) =>
3 references to TryExportRSAPrivateKey
System.Security.Cryptography (3)
System\Security\Cryptography\RSA.cs (2)
785
if (!
TryExportRSAPrivateKey
(rented, out pkcs1Size))
1336
return alg.
TryExportRSAPrivateKey
(destination, out bytesWritten);
System\Security\Cryptography\RSAWrapper.cs (1)
144
_wrapped.
TryExportRSAPrivateKey
(destination, out bytesWritten);