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