3 references to Format
System.IdentityModel (3)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (3)
4602
value = reader.GetAttribute(Saml2Constants.Attributes.
Format
);
4607
throw DiagnosticUtility.ThrowHelperXml(reader, SR.GetString(SR.ID0011, Saml2Constants.Attributes.
Format
, Saml2Constants.Elements.NameID));
4734
writer.WriteAttributeString(Saml2Constants.Attributes.
Format
, data.Format.AbsoluteUri);