4 writes to wrappedKey
System.IdentityModel (4)
System\ServiceModel\Security\Tokens\WrappedKeySecurityToken.cs (4)
61
this.
wrappedKey
= wrappingSspiContext.Encrypt(keyToWrap);
65
this.
wrappedKey
= wrappedKey;
87
this.
wrappedKey
= SecurityUtils.EncryptKey(wrappingToken, wrappingAlgorithm, keyToWrap);
91
this.
wrappedKey
= wrappedKey;
2 references to wrappedKey
System.IdentityModel (2)
System\ServiceModel\Security\Tokens\WrappedKeySecurityToken.cs (2)
188
return SecurityUtils.CloneBuffer(this.
wrappedKey
);
207
ek.SetUpKeyWrap(this.
wrappedKey
);