2 writes to wsuId
System.IdentityModel (2)
System\ServiceModel\Security\EncryptedType.cs (2)
123
this.
wsuId
= value;
226
this.
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)
119
return this.
wsuId
;