2 overrides of ImportRSAPublicKey
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\RSAOpenSsl.cs (1)
471
public override void
ImportRSAPublicKey
(ReadOnlySpan<byte> source, out int bytesRead)
System\Security\Cryptography\RSAWrapper.cs (1)
174
public override void
ImportRSAPublicKey
(ReadOnlySpan<byte> source, out int bytesRead) =>
4 references to ImportRSAPublicKey
System.Security.Cryptography (4)
src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsaManaged.RSA.cs (1)
190
rsa.
ImportRSAPublicKey
(source, out bytesRead);
System\Security\Cryptography\RSA.cs (2)
881
ImportRSAPublicKey
(pkcs1, out _);
1050
PemLabels.RsaPublicKey =>
ImportRSAPublicKey
,
System\Security\Cryptography\RSAWrapper.cs (1)
175
_wrapped.
ImportRSAPublicKey
(source, out bytesRead);