PolicyAuthorizeNV() private method

private PolicyAuthorizeNV ( TpmHandle authHandle, TpmHandle nvIndex, TpmHandle policySession ) : void
authHandle TpmHandle
nvIndex TpmHandle
policySession TpmHandle
return void
Esempio n. 1
0
 internal override TpmRc Execute(Tpm2 tpm, AuthSession sess, PolicyTree policy)
 {
     tpm.PolicyAuthorizeNV(AuthHandle, NvIndex, sess);
     return(tpm._GetLastResponseCode());
 }
Esempio n. 2
0
 internal override TpmRc Execute(Tpm2 tpm, AuthSession authSession, PolicyTree policy)
 {
     tpm.PolicyAuthorizeNV(AuthHandle, NvIndex, authSession);
     return tpm._GetLastResponseCode();
 }