PolicyPhysicalPresence() private method

private PolicyPhysicalPresence ( TpmHandle policySession ) : void
policySession TpmHandle
return void
コード例 #1
0
 internal override TpmRc Execute(Tpm2 tpm, AuthSession sess, PolicyTree policy)
 {
     tpm.PolicyPhysicalPresence(sess);
     return(tpm._GetLastResponseCode());
 }
コード例 #2
0
ファイル: PolicyAces.cs プロジェクト: Microsoft/TSS.MSR
 // ReSharper disable once InconsistentNaming
 internal override TpmRc Execute(Tpm2 tpm, AuthSession authSession, PolicyTree policy)
 {
     tpm.PolicyPhysicalPresence(authSession);
     return tpm._GetLastResponseCode();
 }