3 references to GetTokenTypes
System.IdentityModel (3)
System\IdentityModel\Selectors\SecurityTokenSerializer.cs (2)
216
public Type TokenType { get { return
GetTokenTypes
()[0]; } }
222
Type[] tokenTypes =
GetTokenTypes
();
System\IdentityModel\Tokens\KeyInfoSerializer.cs (1)
346
return tokenEntry.
GetTokenTypes
();