5 references to GetDSAPublicKey
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\DSACertificateExtensions.cs (1)
41
using (DSA? publicKey =
GetDSAPublicKey
(certificate))
System.Security.Cryptography.Pkcs (3)
System\Security\Cryptography\Pkcs\CmsSignature.DSA.cs (3)
69
DSA? dsa = certificate.
GetDSAPublicKey
();
123
certificate.
GetDSAPublicKey
();
159
if (key != null && !certificate.
GetDSAPublicKey
()!.VerifySignature(dataHash, signature))
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\Utils.cs (1)
767
algorithm = certificate.
GetDSAPublicKey
();