3 writes to _type
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\KeyInfoRetrievalMethod.cs (3)
27_type = typeName; 43set { _type = value; } 74_type = Utils.GetAttribute(value, "Type", SignedXml.XmlDsigNamespaceUrl);
3 references to _type
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\KeyInfoRetrievalMethod.cs (3)
42get { return _type; } 60if (!string.IsNullOrEmpty(_type)) 61retrievalMethodElement.SetAttribute("Type", _type);