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