public Tpm2NvCertifyRequest ( TpmHandle the_signHandle, TpmHandle the_authHandle, TpmHandle the_nvIndex, byte the_qualifyingData, ISigSchemeUnion the_inScheme, ushort the_size, ushort the_offset ) : System |
the_signHandle |
TpmHandle |
handle of the key used to sign the attestation structure Auth Index: 1 Auth Role: USER |
the_authHandle |
TpmHandle |
handle indicating the source of the authorization value for the NV Index Auth Index: 2 Auth Role: USER |
the_nvIndex |
TpmHandle |
Index for the area to be certified Auth Index: None |
the_qualifyingData |
byte |
user-provided qualifying data |
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_size |
ushort |
number of octets to certify |
the_offset |
ushort |
octet offset into the area This value shall be less than or equal to the size of the nvIndex data. |
return |
System |
|