2 writes to SamlUri
System.IdentityModel (2)
System\IdentityModel\XD.cs (2)
752this.SamlUri = dictionary.CreateString(IdentityModelStringsVersion1.String55, 55); 786this.SamlUri = LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String55);
4 references to SamlUri
System.IdentityModel (4)
System\IdentityModel\Tokens\WSSecurityJan2004.cs (4)
140protected override XmlDictionaryString NamespaceUri { get { return XD.SecurityJan2004Dictionary.SamlUri; } } 568if (reader.IsStartElement(XD.SamlDictionary.AuthorityBinding, XD.SecurityJan2004Dictionary.SamlUri)) 601if (reader.IsStartElement(XD.SamlDictionary.AuthorityBinding, XD.SecurityJan2004Dictionary.SamlUri)) 674writer.WriteStartElement(XD.SamlDictionary.PreferredPrefix.Value, XD.SamlDictionary.AuthorityBinding, XD.SecurityJan2004Dictionary.SamlUri);