3 writes to _algorithm
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\EncryptionMethod.cs (3)
22
_algorithm
= algorithm;
52
_algorithm
= value;
93
_algorithm
= Utils.GetAttribute(encryptionMethodElement, "Algorithm", EncryptedXml.XmlEncNamespaceUrl);
3 references to _algorithm
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\EncryptionMethod.cs (3)
49
get { return
_algorithm
; }
70
if (!string.IsNullOrEmpty(
_algorithm
))
71
encryptionMethodElement.SetAttribute("Algorithm",
_algorithm
);