Implemented interface member:
property
Id
System.IdentityModel.ISecurityElement.Id
2 writes to Id
System.IdentityModel (2)
System\IdentityModel\SignedXml.cs (2)
758
this.
Id
= reader.GetAttribute(dictionaryManager.UtilityDictionary.IdAttribute, null);
955
Id
= effectiveReader.GetAttribute(WSSecurityUtilityConstants.Attributes.Id, null);
4 references to Id
System.IdentityModel (4)
System\IdentityModel\PreDigestedSignedInfo.cs (2)
122
if (this.
Id
!= null)
124
writer.WriteAttributeString(dictionaryManager.UtilityDictionary.IdAttribute, null, this.
Id
);
System\IdentityModel\SignedXml.cs (2)
791
if (this.
Id
!= null)
793
writer.WriteAttributeString(dictionaryManager.UtilityDictionary.IdAttribute, null, this.
Id
);