Base:
method
ImportRSAPublicKey
System.Security.Cryptography.RSA.ImportRSAPublicKey(System.ReadOnlySpan<System.Byte>, out System.Int32)
1 reference to ImportRSAPublicKey
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\OpenSslX509Encoder.cs (1)
259rsa.ImportRSAPublicKey(new ReadOnlySpan<byte>(encodedData), out _);