30 references to SamlDictionary
System.IdentityModel (30)
System\IdentityModel\DictionaryManager.cs (1)
29
this.samlDictionary = XD.
SamlDictionary
;
System\IdentityModel\Tokens\SamlAdvice.cs (2)
46
throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgument(SR.GetString(SR.SAMLEntityCannotBeNullOrEmpty, XD.
SamlDictionary
.AssertionIdReference.Value));
57
throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgument(SR.GetString(SR.SAMLEntityCannotBeNullOrEmpty, XD.
SamlDictionary
.Assertion.Value));
System\IdentityModel\Tokens\SamlAssertion.cs (1)
80
throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgument(SR.GetString(SR.SAMLEntityCannotBeNullOrEmpty, XD.
SamlDictionary
.Statement.Value));
System\IdentityModel\Tokens\SamlAttributeStatement.cs (1)
35
throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgument(SR.GetString(SR.SAMLEntityCannotBeNullOrEmpty, XD.
SamlDictionary
.Attribute.Value));
System\IdentityModel\Tokens\SamlAudienceRestrictionCondition.cs (1)
30
throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgument(SR.GetString(SR.SAMLEntityCannotBeNullOrEmpty, XD.
SamlDictionary
.Audience.Value));
System\IdentityModel\Tokens\SamlAuthenticationStatement.cs (3)
20
string authenticationMethod = XD.
SamlDictionary
.UnspecifiedAuthenticationMethod.Value;
51
throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgument(SR.GetString(SR.SAMLEntityCannotBeNullOrEmpty, XD.
SamlDictionary
.Assertion.Value));
81
this.authenticationMethod = XD.
SamlDictionary
.UnspecifiedAuthenticationMethod.Value;
System\IdentityModel\Tokens\SamlAuthorizationDecisionStatement.cs (1)
45
throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgument(SR.GetString(SR.SAMLEntityCannotBeNullOrEmpty, XD.
SamlDictionary
.Action.Value));
System\IdentityModel\Tokens\SamlConditions.cs (1)
46
throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgument(SR.GetString(SR.SAMLEntityCannotBeNullOrEmpty, XD.
SamlDictionary
.Condition.Value));
System\IdentityModel\Tokens\SamlEvidence.cs (2)
41
throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgument(SR.GetString(SR.SAMLEntityCannotBeNullOrEmpty, XD.
SamlDictionary
.AssertionIdReference.Value));
52
throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgument(SR.GetString(SR.SAMLEntityCannotBeNullOrEmpty, XD.
SamlDictionary
.Assertion.Value));
System\IdentityModel\Tokens\SamlSubject.cs (1)
56
throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgument(SR.GetString(SR.SAMLEntityCannotBeNullOrEmpty, XD.
SamlDictionary
.SubjectConfirmationMethod.Value));
System\IdentityModel\Tokens\WSSecurityJan2004.cs (16)
568
if (reader.IsStartElement(XD.
SamlDictionary
.AuthorityBinding, XD.SecurityJan2004Dictionary.SamlUri))
601
if (reader.IsStartElement(XD.
SamlDictionary
.AuthorityBinding, XD.SecurityJan2004Dictionary.SamlUri))
608
binding = reader.GetAttribute(XD.
SamlDictionary
.Binding, null);
611
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(SR.GetString(SR.RequiredAttributeMissing, XD.
SamlDictionary
.Binding.Value, XD.
SamlDictionary
.AuthorityBinding.Value)));
613
location = reader.GetAttribute(XD.
SamlDictionary
.Location, null);
616
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(SR.GetString(SR.RequiredAttributeMissing, XD.
SamlDictionary
.Location.Value, XD.
SamlDictionary
.AuthorityBinding.Value)));
618
authorityKind = reader.GetAttribute(XD.
SamlDictionary
.AuthorityKind, null);
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);
677
writer.WriteAttributeString(XD.
SamlDictionary
.Binding, null, samlClause.Binding);
681
writer.WriteAttributeString(XD.
SamlDictionary
.Location, null, samlClause.Location);
685
writer.WriteAttributeString(XD.
SamlDictionary
.AuthorityKind, null, samlClause.AuthorityKind);