3 writes to _type
System.Security.Cryptography.Xml (3)
System\Security\Cryptography\Xml\KeyInfoRetrievalMethod.cs (3)
27
_type
= typeName;
43
set {
_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)
42
get { return
_type
; }
60
if (!string.IsNullOrEmpty(
_type
))
61
retrievalMethodElement.SetAttribute("Type",
_type
);