2 writes to Id
System.IdentityModel (2)
System\IdentityModel\SignedXml.cs (2)
58set { this.signature.Id = value; } 310this.Id = reader.GetAttribute(dictionaryManager.UtilityDictionary.IdAttribute, null);
1 reference to Id
System.IdentityModel (1)
System\IdentityModel\SignedXml.cs (1)
57get { return this.signature.Id; }