2 references to AuthnContextClassRef
System.IdentityModel (2)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (2)
3565
if (reader.IsStartElement(Saml2Constants.Elements.
AuthnContextClassRef
, Saml2Constants.Namespace))
3647
writer.WriteElementString(Saml2Constants.Elements.
AuthnContextClassRef
, Saml2Constants.Namespace, data.ClassReference.AbsoluteUri);