2 references to InResponseTo
System.IdentityModel (2)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (2)
5281
value = reader.GetAttribute(Saml2Constants.Attributes.
InResponseTo
);
5399
writer.WriteAttributeString(Saml2Constants.Attributes.
InResponseTo
, data.InResponseTo.Value);