1 write to id
System.IdentityModel (1)
System\IdentityModel\SignedXml.cs (1)
1037
set { this.
id
= value; }
3 references to id
System.IdentityModel (3)
System\IdentityModel\SignedXml.cs (3)
1036
get { return this.
id
; }
1257
if (this.
id
!= null)
1259
writer.WriteAttributeString(dictionaryManager.UtilityDictionary.IdAttribute, null, this.
id
);