1 write to securityHeader
System.ServiceModel (1)
System\ServiceModel\Security\SecurityVerifiedMessage.cs (1)
36this.securityHeader = securityHeader;
5 references to securityHeader
System.ServiceModel (5)
System\ServiceModel\Security\SecurityVerifiedMessage.cs (5)
48XmlDictionaryWriter writer = this.messageBuffer.OpenSection(this.securityHeader.ReaderQuotas); 111get { return this.securityHeader.PrimarySignatureValue; } 116get { return this.securityHeader; } 154XmlDictionaryReader reader = XmlDictionaryReader.CreateTextReader(this.decryptedBuffer, 0, this.decryptedBuffer.Length, this.securityHeader.ReaderQuotas); 214return this.Headers.GetReaderAtHeader(this.securityHeader.HeaderIndex);