1 write to earlyDecryptedDataReferences
System.ServiceModel (1)
System\ServiceModel\Security\WSSecurityOneDotZeroReceiveSecurityHeader.cs (1)
570this.earlyDecryptedDataReferences = new List<string>(4);
5 references to earlyDecryptedDataReferences
System.ServiceModel (5)
System\ServiceModel\Security\WSSecurityOneDotZeroReceiveSecurityHeader.cs (5)
547if (this.earlyDecryptedDataReferences != null) 549for (int i = 0; i < this.earlyDecryptedDataReferences.Count; i++) 551if (!TryDeleteReferenceListEntry(this.earlyDecryptedDataReferences[i])) 568if (this.earlyDecryptedDataReferences == null) 572this.earlyDecryptedDataReferences.Add(id);