public Tpm2PolicyAuthorizeRequest ( TpmHandle the_policySession, byte the_approvedPolicy, byte the_policyRef, byte the_keySign, TkVerified the_checkTicket ) : System |
the_policySession |
TpmHandle |
handle for the policy session being extended Auth Index: None |
the_approvedPolicy |
byte |
digest of the policy being approved |
the_policyRef |
byte |
a policy qualifier |
the_keySign |
byte |
Name of a key that can sign a policy addition |
the_checkTicket |
TkVerified |
ticket validating that approvedPolicy and policyRef were signed by keySign |
return |
System |
|