4 references to tokenTypeIdentifiers
System.IdentityModel (4)
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (4)
297return tokenTypeIdentifiers; 860return tokenTypeIdentifiers.Contains(tokenType); 1678stringBuilder.AppendFormat("{0}{1}", samlToken.Assertion.Id.Value, tokenTypeIdentifiers[0]); 1682stringBuilder.AppendFormat("{0}{1}{2}", samlToken.Assertion.Id.Value, samlToken.Assertion.Issuer.Value, tokenTypeIdentifiers[0]);