2 overrides of ImportRSAPrivateKey
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\RSAOpenSsl.cs (1)
581
public override void
ImportRSAPrivateKey
(ReadOnlySpan<byte> source, out int bytesRead)
System\Security\Cryptography\RSAWrapper.cs (1)
177
public override void
ImportRSAPrivateKey
(ReadOnlySpan<byte> source, out int bytesRead) =>
4 references to ImportRSAPrivateKey
System.Security.Cryptography (4)
src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsaManaged.RSA.cs (1)
135
rsa.
ImportRSAPrivateKey
(source, out bytesRead);
System\Security\Cryptography\RSA.cs (2)
940
ImportRSAPrivateKey
(pkcs1, out _);
1048
PemLabels.RsaPrivateKey =>
ImportRSAPrivateKey
,
System\Security\Cryptography\RSAWrapper.cs (1)
178
_wrapped.
ImportRSAPrivateKey
(source, out bytesRead);