3 references to AuthnContextDeclRef
System.IdentityModel (3)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (3)
3578
if (reader.IsStartElement(Saml2Constants.Elements.
AuthnContextDeclRef
, Saml2Constants.Namespace))
3584
reader.ReadStartElement(Saml2Constants.Elements.
AuthnContextDeclRef
, Saml2Constants.Namespace);
3653
writer.WriteElementString(Saml2Constants.Elements.
AuthnContextDeclRef
, Saml2Constants.Namespace, data.DeclarationReference.AbsoluteUri);