2 writes to id
System.IdentityModel (2)
System\ServiceModel\Security\EncryptedType.cs (2)
96this.id = value; 225this.id = reader.GetAttribute(XD.XmlEncryptionDictionary.Id, null) ?? SecurityUniqueId.Create().Value;
3 references to id
System.IdentityModel (3)
System\ServiceModel\Security\EncryptedType.cs (3)
92return this.id; 334if (this.id != null && this.id.Length != 0)