public Tpm2GetCommandAuditDigestRequest ( TpmHandle the_privacyHandle, TpmHandle the_signHandle, byte the_qualifyingData, ISigSchemeUnion the_inScheme ) : System |
the_privacyHandle |
TpmHandle |
handle of the privacy administrator (TPM_RH_ENDORSEMENT) Auth Index: 1 Auth Role: USER |
the_signHandle |
TpmHandle |
the handle of the signing key Auth Index: 2 Auth Role: USER |
the_qualifyingData |
byte |
other data to associate with this audit digest |
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) |
return |
System |
|