4 references to RSACertificateExtensions
netstandard (1)
netstandard.cs (1)
1947
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.
RSACertificateExtensions
))]
System.Core (1)
System.Core.cs (1)
237
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.
RSACertificateExtensions
))]
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\CmsSignature.RSA.cs (1)
114
using (GetSigningKey(key, certificate, silent,
RSACertificateExtensions
.GetRSAPublicKey, out RSA? privateKey))
System.Security.Cryptography.X509Certificates (1)
System.Security.Cryptography.X509Certificates.cs (1)
10
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.
RSACertificateExtensions
))]