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