3 references to GetTokenTypes
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityTokenSerializer.cs (3)
369
return tokenEntry.
GetTokenTypes
();
455
public Type TokenType { get { return
GetTokenTypes
()[0]; } }
470
Type[] tokenTypes =
GetTokenTypes
();