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)
42get => _key; 94DSAParameters dsaParams = _key.ExportParameters(false);