4 references to DSACertificateExtensions
netstandard (1)
netstandard.cs (1)
1943
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.
DSACertificateExtensions
))]
System.Core (1)
System.Core.cs (1)
235
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.
DSACertificateExtensions
))]
System.Security.Cryptography.Pkcs (1)
System\Security\Cryptography\Pkcs\CmsSignature.DSA.cs (1)
121
using (GetSigningKey(key, certificate, silent,
DSACertificateExtensions
.GetDSAPublicKey, out DSA? dsa))
System.Security.Cryptography.X509Certificates (1)
System.Security.Cryptography.X509Certificates.cs (1)
6
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Security.Cryptography.X509Certificates.
DSACertificateExtensions
))]