2 writes to PreferredPrefix
System.IdentityModel (2)
System\IdentityModel\XD.cs (2)
296
this.
PreferredPrefix
= dictionary.CreateString(IdentityModelStringsVersion1.String62, 62);
357
this.
PreferredPrefix
= LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String62);
20 references to PreferredPrefix
System.IdentityModel (20)
System\IdentityModel\Tokens\SamlAction.cs (1)
122
writer.WriteStartElement(dictionary.
PreferredPrefix
.Value, dictionary.Action, dictionary.Namespace);
System\IdentityModel\Tokens\SamlAdvice.cs (2)
155
writer.WriteStartElement(dictionary.
PreferredPrefix
.Value, dictionary.Advice, dictionary.Namespace);
159
writer.WriteStartElement(dictionary.
PreferredPrefix
.Value, dictionary.AssertionIdReference, dictionary.Namespace);
System\IdentityModel\Tokens\SamlAssertion.cs (1)
630
writer.WriteStartElement(dictionary.
PreferredPrefix
.Value, dictionary.Assertion, dictionary.Namespace);
System\IdentityModel\Tokens\SamlAttribute.cs (2)
269
writer.WriteStartElement(dictionary.
PreferredPrefix
.Value, dictionary.Attribute, dictionary.Namespace);
283
writer.WriteElementString(dictionary.
PreferredPrefix
.Value, dictionary.AttributeValue, dictionary.Namespace, this.attributeValues[i]);
System\IdentityModel\Tokens\SamlAttributeStatement.cs (1)
143
writer.WriteStartElement(dictionary.
PreferredPrefix
.Value, dictionary.AttributeStatement, dictionary.Namespace);
System\IdentityModel\Tokens\SamlAudienceRestrictionCondition.cs (1)
121
writer.WriteStartElement(dictionary.
PreferredPrefix
.Value, dictionary.AudienceRestrictionCondition, dictionary.Namespace);
System\IdentityModel\Tokens\SamlAuthenticationStatement.cs (2)
251
writer.WriteStartElement(dictionary.
PreferredPrefix
.Value, dictionary.AuthenticationStatement, dictionary.Namespace);
264
writer.WriteStartElement(dictionary.
PreferredPrefix
.Value, dictionary.SubjectLocality, dictionary.Namespace);
System\IdentityModel\Tokens\SamlAuthorityBinding.cs (1)
181
writer.WriteStartElement(dictionary.
PreferredPrefix
.Value, dictionary.AuthorityBinding, dictionary.Namespace);
System\IdentityModel\Tokens\SamlAuthorizationDecisionStatement.cs (1)
233
writer.WriteStartElement(dictionary.
PreferredPrefix
.Value, dictionary.AuthorizationDecisionStatement, dictionary.Namespace);
System\IdentityModel\Tokens\SamlConditions.cs (1)
158
writer.WriteStartElement(dictionary.
PreferredPrefix
.Value, dictionary.Conditions, dictionary.Namespace);
System\IdentityModel\Tokens\SamlDoNotCacheCondition.cs (1)
67
writer.WriteStartElement(dictionary.
PreferredPrefix
.Value, dictionary.DoNotCacheCondition, dictionary.Namespace);
System\IdentityModel\Tokens\SamlEvidence.cs (2)
151
writer.WriteStartElement(dictionary.
PreferredPrefix
.Value, dictionary.Evidence.Value, dictionary.Namespace.Value);
155
writer.WriteStartElement(dictionary.
PreferredPrefix
.Value, dictionary.AssertionIdReference, dictionary.Namespace);
System\IdentityModel\Tokens\SamlSubject.cs (3)
357
writer.WriteStartElement(dictionary.
PreferredPrefix
.Value, dictionary.Subject, dictionary.Namespace);
361
writer.WriteStartElement(dictionary.
PreferredPrefix
.Value, dictionary.NameIdentifier, dictionary.Namespace);
380
writer.WriteStartElement(dictionary.
PreferredPrefix
.Value, dictionary.SubjectConfirmation, dictionary.Namespace);
System\IdentityModel\Tokens\WSSecurityJan2004.cs (1)
674
writer.WriteStartElement(XD.SamlDictionary.
PreferredPrefix
.Value, XD.SamlDictionary.AuthorityBinding, XD.SecurityJan2004Dictionary.SamlUri);