3 writes to _key
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\RSAKeyValue.cs (3)
18_key = RSA.Create(); 28_key = key; 45_key = value;
2 references to _key
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\RSAKeyValue.cs (2)
37get => _key; 76RSAParameters rsaParams = _key.ExportParameters(false);