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)
49get { return _algorithm; } 70if (!string.IsNullOrEmpty(_algorithm)) 71encryptionMethodElement.SetAttribute("Algorithm", _algorithm);