4 writes to Type
System.Security.Cryptography.Xml (4)
System\Security\Cryptography\Xml\EncryptedData.cs (1)
22
Type
= Utils.GetAttribute(value, "Type", EncryptedXml.XmlEncNamespaceUrl);
System\Security\Cryptography\Xml\EncryptedKey.cs (1)
61
Type
= Utils.GetAttribute(value, "Type", EncryptedXml.XmlEncNamespaceUrl);
System\Security\Cryptography\Xml\EncryptedXml.cs (2)
540
ed.
Type
= EncryptedXml.XmlEncElementUrl;
586
ed.
Type
= EncryptedXml.XmlEncElementUrl;
4 references to Type
System.Security.Cryptography.Xml (4)
System\Security\Cryptography\Xml\EncryptedData.cs (2)
85
if (!string.IsNullOrEmpty(
Type
))
86
encryptedDataElement.SetAttribute("Type",
Type
);
System\Security\Cryptography\Xml\EncryptedKey.cs (2)
160
if (!string.IsNullOrEmpty(
Type
))
161
encryptedKeyElement.SetAttribute("Type",
Type
);