1 write to headerIds
System.ServiceModel (1)
System\ServiceModel\Security\ReceiveSecurityHeaderElementManager.cs (1)
35this.headerIds = new string[securityHeader.ProcessedMessage.Headers.Count];
7 references to headerIds
System.ServiceModel (7)
System\ServiceModel\Security\ReceiveSecurityHeaderElementManager.cs (7)
366VerifyIdUniquenessInMessageHeadersAndBody(id, this.headerIds.Length); 376VerifyIdUniquenessInMessageHeadersAndBody(id, this.headerIds.Length); 389this.predecryptionHeaderIds = new string[headerIds.Length]; 391this.predecryptionHeaderIds[headerIndex] = this.headerIds[headerIndex]; 392this.headerIds[headerIndex] = id; 402this.headerIds[headerIndex] = id; 432VerifyIdUniquenessInHeaderIdTable(id, headerCount, this.headerIds);