1 write to InResponseTo
System.IdentityModel (1)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (1)
5284
confirmationData.
InResponseTo
= new Saml2Id(value);
3 references to InResponseTo
System.IdentityModel (3)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (3)
2103
if (null != confirmationData.
InResponseTo
)
5397
if (null != data.
InResponseTo
)
5399
writer.WriteAttributeString(Saml2Constants.Attributes.InResponseTo, data.
InResponseTo
.Value);