4 writes to Type
System.Security.Cryptography.Xml (4)
System\Security\Cryptography\Xml\EncryptedData.cs (1)
25Type = Utils.GetAttribute(value, "Type", EncryptedXml.XmlEncNamespaceUrl);
System\Security\Cryptography\Xml\EncryptedKey.cs (1)
64Type = Utils.GetAttribute(value, "Type", EncryptedXml.XmlEncNamespaceUrl);
System\Security\Cryptography\Xml\EncryptedXml.cs (2)
564ed.Type = EncryptedXml.XmlEncElementUrl; 616ed.Type = EncryptedXml.XmlEncElementUrl;
4 references to Type
System.Security.Cryptography.Xml (4)
System\Security\Cryptography\Xml\EncryptedData.cs (2)
88if (!string.IsNullOrEmpty(Type)) 89encryptedDataElement.SetAttribute("Type", Type);
System\Security\Cryptography\Xml\EncryptedKey.cs (2)
163if (!string.IsNullOrEmpty(Type)) 164encryptedKeyElement.SetAttribute("Type", Type);