TSS.MSR / TSS.NET - How can I list persistent handles on a TPM2 device via C#? #200
-
|
If I am on Linux, with the tpm2-tools installed, I can run a I want to do the same thing on Windows with an enabled TPM2. Ideally, I'd like to do this programmatically in C#, likely using TSS.NET (I guess). However, I can't find a decent sample that gives this information (at least in a way I can understand it). I tried the GetCapabilities sample, but that doesn't cover Cap.Handles. Anyone have a suggestion on how I might do this, or another way to approach the issue? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Ah, found something in a subsequent search that sorted out my issue: That creates the following output, which is what I was looking for: |
Beta Was this translation helpful? Give feedback.
Ah, found something in a subsequent search that sorted out my issue:
That creates the following output, which is what I was looking for: