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