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)
39
if (
_dsaKey
== null)
42
return
_dsaKey
.CreateSignature(rgbHash);