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