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