1 write to Id
System.ServiceModel (1)
System\ServiceModel\Security\WSSecurityOneDotOneSendSecurityHeader.cs (1)
57encryptedHeaderXml.Id = id;
2 references to Id
System.ServiceModel (2)
System\ServiceModel\Security\EncryptedHeader.cs (2)
26if (!headerXml.HasId || headerXml.Id == null) 38get { return this.headerXml.Id; }