3 references to RSAOpenSsl
System.Net.Security (2)
System\Net\Security\SslStreamCertificateContext.Linux.cs (2)
64
using (
RSAOpenSsl
? rsa = (
RSAOpenSsl
?)target.GetRSAPrivateKey())
System.Security.Cryptography.OpenSsl (1)
System.Security.Cryptography.OpenSsl.cs (1)
7
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.
RSAOpenSsl
))]