3 overrides of PopulateTokenEntries
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecureConversation.cs (1)
43public override void PopulateTokenEntries(IList<TokenEntry> tokenEntryList)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityJan2004.cs (1)
54public override void PopulateTokenEntries(IList<TokenEntry> tokenEntryList)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrust.cs (1)
56public override void PopulateTokenEntries(IList<TokenEntry> tokenEntryList)
1 reference to PopulateTokenEntries
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityTokenSerializer.cs (1)
150serializerEntry.PopulateTokenEntries(_tokenEntries);