3 writes to m_algorithm
System.Security (3)
system\security\cryptography\xml\encryptedtype.cs (3)
133m_algorithm = algorithm; 156m_algorithm = value; 191m_algorithm = Utils.GetAttribute(encryptionMethodElement, "Algorithm", EncryptedXml.XmlEncNamespaceUrl);
3 references to m_algorithm
System.Security (3)
system\security\cryptography\xml\encryptedtype.cs (3)
154get { return m_algorithm; } 172if (!String.IsNullOrEmpty(m_algorithm)) 173encryptionMethodElement.SetAttribute("Algorithm", m_algorithm);