1 write to type
System.IdentityModel (1)
System\IdentityModel\SignedXml.cs (1)
1059set { this.type = value; }
3 references to type
System.IdentityModel (3)
System\IdentityModel\SignedXml.cs (3)
1058get { return this.type; } 1265if (this.type != null) 1267writer.WriteAttributeString(dictionaryManager.XmlSignatureDictionary.Type, null, this.type);