41 references to XmlEncNamespaceUrl
System.Security (41)
system\security\cryptography\xml\cipherdata.cs (3)
81
XmlElement cipherDataElement = (XmlElement)document.CreateElement("CipherData", EncryptedXml.
XmlEncNamespaceUrl
);
83
XmlElement cipherValueElement = document.CreateElement("CipherValue", EncryptedXml.
XmlEncNamespaceUrl
);
100
nsm.AddNamespace("enc", EncryptedXml.
XmlEncNamespaceUrl
);
system\security\cryptography\xml\encrypteddata.cs (7)
30
nsm.AddNamespace("enc", EncryptedXml.
XmlEncNamespaceUrl
);
33
this.Id = Utils.GetAttribute(value, "Id", EncryptedXml.
XmlEncNamespaceUrl
);
34
this.Type = Utils.GetAttribute(value, "Type", EncryptedXml.
XmlEncNamespaceUrl
);
35
this.MimeType = Utils.GetAttribute(value, "MimeType", EncryptedXml.
XmlEncNamespaceUrl
);
36
this.Encoding = Utils.GetAttribute(value, "Encoding", EncryptedXml.
XmlEncNamespaceUrl
);
87
XmlElement encryptedDataElement = (XmlElement) document.CreateElement("EncryptedData", EncryptedXml.
XmlEncNamespaceUrl
);
114
XmlElement encryptionPropertiesElement = document.CreateElement("EncryptionProperties", EncryptedXml.
XmlEncNamespaceUrl
);
system\security\cryptography\xml\encryptedkey.cs (10)
73
nsm.AddNamespace("enc", EncryptedXml.
XmlEncNamespaceUrl
);
76
this.Id = Utils.GetAttribute(value, "Id", EncryptedXml.
XmlEncNamespaceUrl
);
77
this.Type = Utils.GetAttribute(value, "Type", EncryptedXml.
XmlEncNamespaceUrl
);
78
this.MimeType = Utils.GetAttribute(value, "MimeType", EncryptedXml.
XmlEncNamespaceUrl
);
79
this.Encoding = Utils.GetAttribute(value, "Encoding", EncryptedXml.
XmlEncNamespaceUrl
);
80
this.Recipient = Utils.GetAttribute(value, "Recipient", EncryptedXml.
XmlEncNamespaceUrl
);
160
XmlElement encryptedKeyElement = (XmlElement) document.CreateElement("EncryptedKey", EncryptedXml.
XmlEncNamespaceUrl
);
189
XmlElement encryptionPropertiesElement = document.CreateElement("EncryptionProperties", EncryptedXml.
XmlEncNamespaceUrl
);
199
XmlElement referenceListElement = document.CreateElement("ReferenceList", EncryptedXml.
XmlEncNamespaceUrl
);
208
XmlElement carriedKeyNameElement = (XmlElement) document.CreateElement("CarriedKeyName", EncryptedXml.
XmlEncNamespaceUrl
);
system\security\cryptography\xml\encryptedreference.cs (6)
95
XmlElement referenceElement = document.CreateElement(ReferenceType, EncryptedXml.
XmlEncNamespaceUrl
);
111
this.Uri = Utils.GetAttribute(value, "URI", EncryptedXml.
XmlEncNamespaceUrl
);
166
XmlElement referenceElement = document.CreateElement(ReferenceType, EncryptedXml.
XmlEncNamespaceUrl
);
172
referenceElement.AppendChild(this.TransformChain.GetXml(document, EncryptedXml.
XmlEncNamespaceUrl
));
182
string uri = Utils.GetAttribute(value, "URI", EncryptedXml.
XmlEncNamespaceUrl
);
190
nsm.AddNamespace("enc", EncryptedXml.
XmlEncNamespaceUrl
);
system\security\cryptography\xml\encryptedtype.cs (9)
171
XmlElement encryptionMethodElement = (XmlElement) document.CreateElement("EncryptionMethod", EncryptedXml.
XmlEncNamespaceUrl
);
176
XmlElement keySizeElement = document.CreateElement("KeySize", EncryptedXml.
XmlEncNamespaceUrl
);
188
nsm.AddNamespace("enc", EncryptedXml.
XmlEncNamespaceUrl
);
191
m_algorithm = Utils.GetAttribute(encryptionMethodElement, "Algorithm", EncryptedXml.
XmlEncNamespaceUrl
);
216
if (elementProperty.LocalName != "EncryptionProperty" || elementProperty.NamespaceURI != EncryptedXml.
XmlEncNamespaceUrl
)
236
if (value.LocalName != "EncryptionProperty" || value.NamespaceURI != EncryptedXml.
XmlEncNamespaceUrl
)
265
if (value.LocalName != "EncryptionProperty" || value.NamespaceURI != EncryptedXml.
XmlEncNamespaceUrl
)
270
m_id = Utils.GetAttribute(value, "Id", EncryptedXml.
XmlEncNamespaceUrl
);
271
m_target = Utils.GetAttribute(value, "Target", EncryptedXml.
XmlEncNamespaceUrl
);
system\security\cryptography\xml\encryptedxml.cs (2)
356
nsm.AddNamespace("enc", EncryptedXml.
XmlEncNamespaceUrl
);
633
nsm.AddNamespace("enc", EncryptedXml.
XmlEncNamespaceUrl
);
system\security\cryptography\xml\transform.cs (4)
1224
m_nsm.AddNamespace("enc", EncryptedXml.
XmlEncNamespaceUrl
);
1234
m_nsm.AddNamespace("enc", EncryptedXml.
XmlEncNamespaceUrl
);
1287
encryptedDataElement.NamespaceURI == EncryptedXml.
XmlEncNamespaceUrl
) {
1449
namespaceManager.AddNamespace("enc", EncryptedXml.
XmlEncNamespaceUrl
);