1 write to knownClaimTypes
System.ServiceModel (1)
System\ServiceModel\Security\WSSecureConversationDec2005.cs (1)
49this.knownClaimTypes = new List<Type>();
2 references to knownClaimTypes
System.ServiceModel (2)
System\ServiceModel\Security\WSSecureConversationDec2005.cs (2)
55this.knownClaimTypes.Add(knownType); 68tokenEntryList.Add(new SecurityContextTokenEntryDec2005(this, this.securityStateEncoder, this.knownClaimTypes));