3 writes to _key
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\DSAKeyValue.cs (3)
23
_key
= DSA.Create();
30
_key
= key;
44
_key
= value;
2 references to _key
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\DSAKeyValue.cs (2)
39
get =>
_key
;
88
DSAParameters dsaParams =
_key
.ExportParameters(false);