public Tpm2CreatePrimaryRequest ( TpmHandle the_primaryHandle, SensitiveCreate the_inSensitive, byte the_inPublic, byte the_outsideInfo, PcrSelection the_creationPCR ) : System |
the_primaryHandle |
TpmHandle |
TPM_RH_ENDORSEMENT, TPM_RH_OWNER, TPM_RH_PLATFORM+{PP}, or TPM_RH_NULL Auth Index: 1 Auth Role: USER |
the_inSensitive |
SensitiveCreate |
the sensitive data, see TPM 2.0 Part 1 Sensitive Values |
the_inPublic |
byte |
the public template |
the_outsideInfo |
byte |
data that will be included in the creation data for this object to provide permanent, verifiable linkage between this object and some object owner data |
the_creationPCR |
PcrSelection |
PCR that will be used in creation data |
리턴 |
System |
|