4 writes to Namespace
System.IdentityModel (4)
System\IdentityModel\XD.cs (4)
463this.Namespace = dictionary.CreateString(IdentityModelStringsVersion1.String277, 277); 492this.Namespace = LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String277); 514this.Namespace = dictionary.CreateString(IdentityModelStringsVersion1.String172, 172); 542this.Namespace = LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String172);
2 references to Namespace
System.IdentityModel (2)
System\IdentityModel\Tokens\WSSecurityJan2004.cs (2)
231string nonceString = reader.GetAttribute(XD.SecureConversationFeb2005Dictionary.Nonce, XD.SecureConversationFeb2005Dictionary.Namespace); 237string lengthString = reader.GetAttribute(XD.SecureConversationFeb2005Dictionary.Length, XD.SecureConversationFeb2005Dictionary.Namespace);