1 write to wrappedKeyHash
System.IdentityModel (1)
System\ServiceModel\Security\Tokens\WrappedKeySecurityToken.cs (1)
180this.wrappedKeyHash = hash.ComputeHash(this.encryptedKey.GetWrappedKey());
2 references to wrappedKeyHash
System.IdentityModel (2)
System\ServiceModel\Security\Tokens\WrappedKeySecurityToken.cs (2)
175if (this.wrappedKeyHash == null) 183return wrappedKeyHash;