1 override of VerifySignature
System.Security.Cryptography (1)
System\Security\Cryptography\DSAWrapper.cs (1)
65
public override bool
VerifySignature
(ReadOnlySpan<byte> hash, ReadOnlySpan<byte> signature) =>
4 references to VerifySignature
System.Security.Cryptography (2)
System\Security\Cryptography\DSA.cs (1)
875
return
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)
93
return dsa.
VerifySignature
(valueHash, ieee);
164
if (!certKey.
VerifySignature
(dataHash, signature))