public Tpm2CreateResponse ( TpmPrivate the_outPrivate, TpmPublic the_outPublic, CreationData the_creationData, byte the_creationHash, TkCreation the_creationTicket ) : System |
the_outPrivate |
TpmPrivate |
the private portion of the object |
the_outPublic |
TpmPublic |
the public portion of the created object |
the_creationData |
CreationData |
contains a TPMS_CREATION_DATA |
the_creationHash |
byte |
digest of creationData using nameAlg of outPublic |
the_creationTicket |
TkCreation |
ticket used by TPM2_CertifyCreation() to validate that the creation data was produced by the TPM |
return |
System |
|