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