2 writes to encryptedKey
System.IdentityModel (2)
System\ServiceModel\Security\Tokens\WrappedKeySecurityToken.cs (2)
132set { this.encryptedKey = value; } 212this.encryptedKey = ek;
5 references to encryptedKey
System.IdentityModel (5)
System\ServiceModel\Security\Tokens\WrappedKeySecurityToken.cs (5)
131get { return this.encryptedKey; } 139return this.encryptedKey == null ? null : this.encryptedKey.ReferenceList; 180this.wrappedKeyHash = hash.ComputeHash(this.encryptedKey.GetWrappedKey()); 193if (this.encryptedKey == null)