2 writes to carriedKeyName
System.IdentityModel (2)
System\ServiceModel\Security\EncryptedKey.cs (2)
26
set { this.
carriedKeyName
= value; }
89
this.
carriedKeyName
= reader.ReadString();
3 references to carriedKeyName
System.IdentityModel (3)
System\ServiceModel\Security\EncryptedKey.cs (3)
25
get { return this.
carriedKeyName
; }
114
if (this.
carriedKeyName
!= null)
117
writer.WriteString(this.
carriedKeyName
);