1 override of ImportRSAPublicKey
System.Security.Cryptography (1)
System\Security\Cryptography\RSABCrypt.cs (1)
387
public override void
ImportRSAPublicKey
(ReadOnlySpan<byte> source, out int bytesRead)
3 references to ImportRSAPublicKey
System.Security.Cryptography (3)
System\Security\Cryptography\RSA.cs (2)
881
ImportRSAPublicKey
(pkcs1, out _);
1050
PemLabels.RsaPublicKey =>
ImportRSAPublicKey
,
System\Security\Cryptography\RSABCrypt.cs (1)
390
base.
ImportRSAPublicKey
(source, out bytesRead);