public Tpm2CertifyCreationRequest ( TpmHandle the_signHandle, TpmHandle the_objectHandle, byte the_qualifyingData, byte the_creationHash, ISigSchemeUnion the_inScheme, TkCreation the_creationTicket ) : System |
the_signHandle |
TpmHandle |
handle of the key that will sign the attestation block Auth Index: 1 Auth Role: USER |
the_objectHandle |
TpmHandle |
the object associated with the creation data Auth Index: None |
the_qualifyingData |
byte |
user-provided qualifying data |
the_creationHash |
byte |
hash of the creation data produced by TPM2_Create() or TPM2_CreatePrimary() |
the_inScheme |
ISigSchemeUnion |
signing scheme to use if the scheme for signHandle is TPM_ALG_NULL(One of SigSchemeRsassa, SigSchemeRsapss, SigSchemeEcdsa, SigSchemeEcdaa, SigSchemeSm2, SigSchemeEcschnorr, SchemeHmac, SchemeHash, NullSigScheme) |
the_creationTicket |
TkCreation |
ticket produced by TPM2_Create() or TPM2_CreatePrimary() |
리턴 |
System |
|