1 write to Id
System.ServiceModel (1)
System\ServiceModel\XD.cs (1)
1626this.Id = dictionary.CreateString(ServiceModelStringsVersion1.String14, 14);
2 references to Id
System.ServiceModel (2)
System\ServiceModel\Security\WSSecurityJan2004.cs (1)
674return reader.GetAttribute(XD.XmlEncryptionDictionary.Id, null);
System\ServiceModel\Security\WSSecurityOneDotZeroReceiveSecurityHeader.cs (1)
231string encryptedDataId = localreader.GetAttribute(XD.XmlEncryptionDictionary.Id, null);