1 write to serializerEntries
System.ServiceModel (1)
System\ServiceModel\Security\WSSecurityTokenSerializer.cs (1)
101this.serializerEntries = new List<SerializerEntries>();
7 references to serializerEntries
System.ServiceModel (7)
System\ServiceModel\Security\WSSecurityTokenSerializer.cs (7)
118this.serializerEntries.Add(new WSSecurityJan2004(this, samlSerializer)); 122this.serializerEntries.Add(new WSSecurityXXX2005(this, samlSerializer)); 128this.serializerEntries.Add(this.secureConversation); 132this.serializerEntries.Add(new WSTrustFeb2005(this)); 137this.serializerEntries.Add(new WSTrustDec2005(this)); 147for (int i = 0; i < this.serializerEntries.Count; ++i) 149SerializerEntries serializerEntry = this.serializerEntries[i];