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)
93return SecurityUtils.CloneBuffer(_wrappedKey); 104ek.CipherData.CipherValue = _wrappedKey;