1 write to predecryptionHeaderIds
System.ServiceModel (1)
System\ServiceModel\Security\ReceiveSecurityHeaderElementManager.cs (1)
389
this.
predecryptionHeaderIds
= new string[headerIds.Length];
4 references to predecryptionHeaderIds
System.ServiceModel (4)
System\ServiceModel\Security\ReceiveSecurityHeaderElementManager.cs (4)
387
if (this.
predecryptionHeaderIds
== null)
391
this.
predecryptionHeaderIds
[headerIndex] = this.headerIds[headerIndex];
433
if (this.
predecryptionHeaderIds
!= null)
435
VerifyIdUniquenessInHeaderIdTable(id, headerCount, this.
predecryptionHeaderIds
);