public Tpm2PolicyTicketRequest ( TpmHandle the_policySession, byte the_timeout, byte the_cpHashA, byte the_policyRef, byte the_authName, TkAuth the_ticket ) : System |
the_policySession |
TpmHandle |
handle for the policy session being extended Auth Index: None |
the_timeout |
byte |
time when authorization will expire The contents are TPM specific. This shall be the value returned when ticket was produced. |
the_cpHashA |
byte |
digest of the command parameters to which this authorization is limited If it is not limited, the parameter will be the Empty Buffer. |
the_policyRef |
byte |
reference to a qualifier for the policy may be the Empty Buffer |
the_authName |
byte |
name of the object that provided the authorization |
the_ticket |
TkAuth |
an authorization ticket returned by the TPM in response to a TPM2_PolicySigned() or TPM2_PolicySecret() |
return |
System |
|