2 writes to _dsaKey
System.Security.Cryptography (2)
System\Security\Cryptography\DSASignatureFormatter.cs (2)
16_dsaKey = (DSA)key; 23_dsaKey = (DSA)key;
2 references to _dsaKey
System.Security.Cryptography (2)
System\Security\Cryptography\DSASignatureFormatter.cs (2)
39if (_dsaKey == null) 42return _dsaKey.CreateSignature(rgbHash);