2 overrides of ImportRSAPublicKey
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\RSAOpenSsl.cs (1)
483public override void ImportRSAPublicKey(ReadOnlySpan<byte> source, out int bytesRead)
System\Security\Cryptography\RSAWrapper.cs (1)
174public override void ImportRSAPublicKey(ReadOnlySpan<byte> source, out int bytesRead) =>
3 references to ImportRSAPublicKey
System.Security.Cryptography (3)
System\Security\Cryptography\RSA.cs (2)
885ImportRSAPublicKey(pkcs1.Span, out _); 1091PemLabels.RsaPublicKey => ImportRSAPublicKey,
System\Security\Cryptography\RSAWrapper.cs (1)
175_wrapped.ImportRSAPublicKey(source, out bytesRead);