4 writes to Type
System.Security.Cryptography.Xml (4)
System\Security\Cryptography\Xml\EncryptedData.cs (1)
22Type = Utils.GetAttribute(value, "Type", EncryptedXml.XmlEncNamespaceUrl);
System\Security\Cryptography\Xml\EncryptedKey.cs (1)
57Type = Utils.GetAttribute(value, "Type", EncryptedXml.XmlEncNamespaceUrl);
System\Security\Cryptography\Xml\EncryptedXml.cs (2)
539ed.Type = EncryptedXml.XmlEncElementUrl; 585ed.Type = EncryptedXml.XmlEncElementUrl;
4 references to Type
System.Security.Cryptography.Xml (4)
System\Security\Cryptography\Xml\EncryptedData.cs (2)
85if (!string.IsNullOrEmpty(Type)) 86encryptedDataElement.SetAttribute("Type", Type);
System\Security\Cryptography\Xml\EncryptedKey.cs (2)
156if (!string.IsNullOrEmpty(Type)) 157encryptedKeyElement.SetAttribute("Type", Type);