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