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