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