public Tpm2CreateRequest ( TpmHandle the_parentHandle, SensitiveCreate the_inSensitive, byte the_inPublic, byte the_outsideInfo, PcrSelection the_creationPCR ) : System |
the_parentHandle |
TpmHandle |
handle of parent for new object Auth Index: 1 Auth Role: USER |
the_inSensitive |
SensitiveCreate |
the sensitive data |
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 |
return |
System |
|