Base:
method
PopulateTokenEntries
System.ServiceModel.Security.WSSecurityTokenSerializer.SerializerEntries.PopulateTokenEntries(System.Collections.Generic.IList<System.ServiceModel.Security.WSSecurityTokenSerializer.TokenEntry>)
2 overrides of PopulateTokenEntries
System.ServiceModel (2)
System\ServiceModel\Security\WSSecureConversationDec2005.cs (1)
65public override void PopulateTokenEntries(IList<TokenEntry> tokenEntryList)
System\ServiceModel\Security\WSSecureConversationFeb2005.cs (1)
65public override void PopulateTokenEntries(IList<TokenEntry> tokenEntryList)
2 references to PopulateTokenEntries
System.ServiceModel (2)
System\ServiceModel\Security\WSSecureConversationDec2005.cs (1)
67base.PopulateTokenEntries(tokenEntryList);
System\ServiceModel\Security\WSSecureConversationFeb2005.cs (1)
67base.PopulateTokenEntries(tokenEntryList);