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