公告
财富商城
积分规则
提问
发文
2019-05-10 23:51发布
爷、活的狠高调
I am trying to
Any help/link would be appreciated.
Read MSDN. TBS Reference: http://msdn.microsoft.com/en-us/library/aa446794(VS.85).aspx Using TBS: http://msdn.microsoft.com/en-us/library/ms725663(v=VS.85).aspx TBS Base Services: http://msdn.microsoft.com/en-us/library/aa446796(VS.85).aspx
You may also want to look at this article from MS about TPM, some of them with sample code: Overview of TPM Management http://technet.microsoft.com/en-us/library/cc730635.aspx
Trusted Platform Module Management Step-by-Step Guide http://technet.microsoft.com/en-us/library/cc749022(WS.10).aspx
Understanding Keys and Passwords Used by the TPM http://technet.microsoft.com/en-us/library/cc755038.aspx
It looks like Microsoft's TPM library for C++ ('TBS') has no equivalent in .Net, but there's an external library from Microsoft that provides a binding - TSS.Net
The documentation lives in a .docx file.
最多设置5个标签!
Read MSDN.
TBS Reference: http://msdn.microsoft.com/en-us/library/aa446794(VS.85).aspx
Using TBS: http://msdn.microsoft.com/en-us/library/ms725663(v=VS.85).aspx
TBS Base Services: http://msdn.microsoft.com/en-us/library/aa446796(VS.85).aspx
You may also want to look at this article from MS about TPM, some of them with sample code:
Overview of TPM Management
http://technet.microsoft.com/en-us/library/cc730635.aspx
Trusted Platform Module Management Step-by-Step Guide
http://technet.microsoft.com/en-us/library/cc749022(WS.10).aspx
Understanding Keys and Passwords Used by the TPM
http://technet.microsoft.com/en-us/library/cc755038.aspx
It looks like Microsoft's TPM library for C++ ('TBS') has no equivalent in .Net, but there's an external library from Microsoft that provides a binding - TSS.Net
The documentation lives in a .docx file.