13 references to NamespaceUri
System.IdentityModel (13)
System\ServiceModel\Security\EncryptedKey.cs (4)
81
if (reader.IsStartElement(ReferenceList.ElementName, EncryptedType.
NamespaceUri
))
86
if (reader.IsStartElement(CarriedKeyElementName, EncryptedType.
NamespaceUri
))
88
reader.ReadStartElement(CarriedKeyElementName, EncryptedType.
NamespaceUri
);
116
writer.WriteStartElement(CarriedKeyElementName, EncryptedType.
NamespaceUri
);
System\ServiceModel\Security\EncryptedType.cs (7)
223
reader.MoveToStartElement(OpeningElementName,
NamespaceUri
);
232
if (reader.IsStartElement(EncryptionMethodElement.ElementName,
NamespaceUri
))
273
reader.ReadStartElement(CipherDataElementName, EncryptedType.
NamespaceUri
);
274
reader.ReadStartElement(CipherValueElementName, EncryptedType.
NamespaceUri
);
333
writer.WriteStartElement(XmlEncryptionStrings.Prefix, this.OpeningElementName,
NamespaceUri
);
360
writer.WriteStartElement(CipherDataElementName,
NamespaceUri
);
361
writer.WriteStartElement(CipherValueElementName,
NamespaceUri
);
System\ServiceModel\Security\ReferenceList.cs (2)
19
internal static readonly XmlDictionaryString NamespaceUri = EncryptedType.
NamespaceUri
;
116
internal static readonly XmlDictionaryString NamespaceUri = EncryptedType.
NamespaceUri
;