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