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