2 writes to _dsaKey
System.Security.Cryptography (2)
System\Security\Cryptography\DSASignatureDeformatter.cs (2)
16
_dsaKey
= (DSA)key;
23
_dsaKey
= (DSA)key;
2 references to _dsaKey
System.Security.Cryptography (2)
System\Security\Cryptography\DSASignatureDeformatter.cs (2)
40
if (
_dsaKey
== null)
43
return
_dsaKey
.VerifySignature(rgbHash, rgbSignature);