4 references to AuthnContext
System.IdentityModel (4)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (4)
3537if (!reader.IsStartElement(Saml2Constants.Elements.AuthnContext, Saml2Constants.Namespace)) 3539reader.ReadStartElement(Saml2Constants.Elements.AuthnContext, Saml2Constants.Namespace); 3547throw DiagnosticUtility.ThrowHelperXml(reader, SR.GetString(SR.ID3061, Saml2Constants.Elements.AuthnContext, Saml2Constants.Namespace)); 3642writer.WriteStartElement(Saml2Constants.Elements.AuthnContext, Saml2Constants.Namespace);