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