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)
37
get =>
_key
;
76
RSAParameters rsaParams =
_key
.ExportParameters(false);