2 overrides of TryExportRSAPublicKey
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\RSAOpenSsl.cs (1)
394
public override bool
TryExportRSAPublicKey
(Span<byte> destination, out int bytesWritten)
System\Security\Cryptography\RSAWrapper.cs (1)
148
public override bool
TryExportRSAPublicKey
(Span<byte> destination, out int bytesWritten) =>
3 references to TryExportRSAPublicKey
System.Security.Cryptography (3)
System\Security\Cryptography\RSA.cs (2)
742
if (!
TryExportRSAPublicKey
(rented, out pkcs1Size))
1382
return alg.
TryExportRSAPublicKey
(destination, out bytesWritten);
System\Security\Cryptography\RSAWrapper.cs (1)
149
_wrapped.
TryExportRSAPublicKey
(destination, out bytesWritten);