2 writes to wsuId
System.IdentityModel (2)
System\ServiceModel\Security\EncryptedType.cs (2)
123this.wsuId = value; 226this.wsuId = reader.GetAttribute(XD.XmlEncryptionDictionary.Id, XD.UtilityDictionary.Namespace) ?? SecurityUniqueId.Create().Value;
1 reference to wsuId
System.IdentityModel (1)
System\ServiceModel\Security\EncryptedType.cs (1)
119return this.wsuId;