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)
40if (_dsaKey == null) 43return _dsaKey.VerifySignature(rgbHash, rgbSignature);