2 references to AuthenticatingAuthority
System.IdentityModel (2)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (2)
3591
while (reader.IsStartElement(Saml2Constants.Elements.
AuthenticatingAuthority
, Saml2Constants.Namespace))
3659
writer.WriteElementString(Saml2Constants.Elements.
AuthenticatingAuthority
, Saml2Constants.Namespace, authority.AbsoluteUri);