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