2 overrides of ImportRSAPrivateKey
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\RSAOpenSsl.cs (1)
600public override void ImportRSAPrivateKey(ReadOnlySpan<byte> source, out int bytesRead)
System\Security\Cryptography\RSAWrapper.cs (1)
177public override void ImportRSAPrivateKey(ReadOnlySpan<byte> source, out int bytesRead) =>
2 references to ImportRSAPrivateKey
System.Security.Cryptography (2)
System\Security\Cryptography\RSA.cs (1)
979ImportRSAPrivateKey(pkcs1.Span, out _);
System\Security\Cryptography\RSAWrapper.cs (1)
178_wrapped.ImportRSAPrivateKey(source, out bytesRead);