I'd like to perform a TPM Seal operation in windows. I'm familiar with C++ programming but have no idea what libraries I'd even use.
I'm currently stuck with the following two questions:
Can I perform this action using e.g. WMI and a powershell script? This http://msdn.microsoft.com/en-us/library/windows/desktop/aa446799(v=vs.85).aspx indicates that I can use TBS To Submit a Command, but I don't have the faintest how I would set up the parameters in e.g. WMI.
Can I use the tbs.h/tbs.lib from the Windows 7 SDK to perform a TPM_Seal operation?
Is there a TSS API Like http://trousers.sourceforge.net/ where I can call this from some C++ Code?
The method through which I do this is not a big deal, but I am using TPM 1.2 on windows, and all of my clients are windows.