3 references to GetTokenTypes
System.ServiceModel (3)
System\ServiceModel\Security\WSSecurityTokenSerializer.cs (3)
402
return tokenEntry.
GetTokenTypes
();
492
public Type TokenType { get { return
GetTokenTypes
()[0]; } }
507
Type[] tokenTypes =
GetTokenTypes
();