2 writes to AuthorityBinding
System.IdentityModel (2)
System\IdentityModel\XD.cs (2)
275this.AuthorityBinding = dictionary.CreateString(IdentityModelStringsVersion1.String41, 41); 336this.AuthorityBinding = LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String41);
8 references to AuthorityBinding
System.IdentityModel (8)
System\IdentityModel\Tokens\SamlAuthenticationStatement.cs (1)
221if (reader.IsStartElement(dictionary.AuthorityBinding, dictionary.Namespace))
System\IdentityModel\Tokens\SamlAuthorityBinding.cs (1)
181writer.WriteStartElement(dictionary.PreferredPrefix.Value, dictionary.AuthorityBinding, dictionary.Namespace);
System\IdentityModel\Tokens\WSSecurityJan2004.cs (6)
568if (reader.IsStartElement(XD.SamlDictionary.AuthorityBinding, XD.SecurityJan2004Dictionary.SamlUri)) 601if (reader.IsStartElement(XD.SamlDictionary.AuthorityBinding, XD.SecurityJan2004Dictionary.SamlUri)) 611throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(SR.GetString(SR.RequiredAttributeMissing, XD.SamlDictionary.Binding.Value, XD.SamlDictionary.AuthorityBinding.Value))); 616throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(SR.GetString(SR.RequiredAttributeMissing, XD.SamlDictionary.Location.Value, XD.SamlDictionary.AuthorityBinding.Value))); 621throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(SR.GetString(SR.RequiredAttributeMissing, XD.SamlDictionary.AuthorityKind.Value, XD.SamlDictionary.AuthorityBinding.Value))); 674writer.WriteStartElement(XD.SamlDictionary.PreferredPrefix.Value, XD.SamlDictionary.AuthorityBinding, XD.SecurityJan2004Dictionary.SamlUri);