2 writes to _wrappedKey
System.ServiceModel.Primitives (2)
System\ServiceModel\Security\Tokens\WrappedKeySecurityToken.cs (2)
31
_wrappedKey
= wrappedKey ?? wrappingSspiContext.Encrypt(keyToWrap);
40
_wrappedKey
= wrappedKey ?? SecurityUtils.EncryptKey(wrappingToken, wrappingAlgorithm, keyToWrap);
2 references to _wrappedKey
System.ServiceModel.Primitives (2)
System\ServiceModel\Security\Tokens\WrappedKeySecurityToken.cs (2)
93
return SecurityUtils.CloneBuffer(
_wrappedKey
);
104
ek.CipherData.CipherValue =
_wrappedKey
;