3 writes to _key
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\DSAKeyValue.cs (3)
23
_key
= DSA.Create();
33
_key
= key;
50
_key
= value;
2 references to _key
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\DSAKeyValue.cs (2)
42
get =>
_key
;
94
DSAParameters dsaParams =
_key
.ExportParameters(false);