1 override of VerifySignature
System.Security.Cryptography (1)
System\Security\Cryptography\DSAWrapper.cs (1)
65public override bool VerifySignature(ReadOnlySpan<byte> hash, ReadOnlySpan<byte> signature) =>
4 references to VerifySignature
System.Security.Cryptography (2)
System\Security\Cryptography\DSA.cs (1)
875return VerifySignature(hash, sig);
System\Security\Cryptography\DSAWrapper.cs (1)
66_wrapped.VerifySignature(hash, signature);
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\CmsSignature.DSA.cs (2)
93return dsa.VerifySignature(valueHash, ieee); 164if (!certKey.VerifySignature(dataHash, signature))