C# Class Tpm2Lib.Tpm2GetCommandAuditDigestRequest

Inheritance: TpmStructureBase
Mostrar archivo Open project: Microsoft/TSS.MSR Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Copy ( ) : Tpm2GetCommandAuditDigestRequest
Tpm2GetCommandAuditDigestRequest ( ) : System
Tpm2GetCommandAuditDigestRequest ( Tpm2GetCommandAuditDigestRequest the_Tpm2GetCommandAuditDigestRequest ) : System
Tpm2GetCommandAuditDigestRequest ( TpmHandle the_privacyHandle, TpmHandle the_signHandle, byte the_qualifyingData, ISigSchemeUnion the_inScheme ) : System

Method Details

Copy() public method

public Copy ( ) : Tpm2GetCommandAuditDigestRequest
return Tpm2GetCommandAuditDigestRequest

Tpm2GetCommandAuditDigestRequest() public method

public Tpm2GetCommandAuditDigestRequest ( ) : System
return System

Tpm2GetCommandAuditDigestRequest() public method

public Tpm2GetCommandAuditDigestRequest ( Tpm2GetCommandAuditDigestRequest the_Tpm2GetCommandAuditDigestRequest ) : System
the_Tpm2GetCommandAuditDigestRequest Tpm2GetCommandAuditDigestRequest
return System

Tpm2GetCommandAuditDigestRequest() public method

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