3 references to Version
System.IdentityModel (3)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (3)
2657string version = realReader.GetAttribute(Saml2Constants.Attributes.Version); 2660throw DiagnosticUtility.ThrowHelperXml(realReader, SR.GetString(SR.ID0001, Saml2Constants.Attributes.Version, Saml2Constants.Elements.Assertion)); 2880writer.WriteAttributeString(Saml2Constants.Attributes.Version, data.Version);