C# Class Tpm2Lib.Tpm2SetCommandCodeAuditStatusRequest

Inheritance: TpmStructureBase
ファイルを表示 Open project: Microsoft/TSS.MSR Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Copy ( ) : Tpm2SetCommandCodeAuditStatusRequest
Tpm2SetCommandCodeAuditStatusRequest ( ) : System
Tpm2SetCommandCodeAuditStatusRequest ( Tpm2SetCommandCodeAuditStatusRequest the_Tpm2SetCommandCodeAuditStatusRequest ) : System
Tpm2SetCommandCodeAuditStatusRequest ( TpmHandle the_auth, TpmAlgId the_auditAlg, TpmCc the_setList, TpmCc the_clearList ) : System

Method Details

Copy() public method

public Copy ( ) : Tpm2SetCommandCodeAuditStatusRequest
return Tpm2SetCommandCodeAuditStatusRequest

Tpm2SetCommandCodeAuditStatusRequest() public method

public Tpm2SetCommandCodeAuditStatusRequest ( ) : System
return System

Tpm2SetCommandCodeAuditStatusRequest() public method

public Tpm2SetCommandCodeAuditStatusRequest ( Tpm2SetCommandCodeAuditStatusRequest the_Tpm2SetCommandCodeAuditStatusRequest ) : System
the_Tpm2SetCommandCodeAuditStatusRequest Tpm2SetCommandCodeAuditStatusRequest
return System

Tpm2SetCommandCodeAuditStatusRequest() public method

public Tpm2SetCommandCodeAuditStatusRequest ( TpmHandle the_auth, TpmAlgId the_auditAlg, TpmCc the_setList, TpmCc the_clearList ) : System
the_auth TpmHandle TPM_RH_OWNER or TPM_RH_PLATFORM+{PP} Auth Index: 1 Auth Role: USER
the_auditAlg TpmAlgId hash algorithm for the audit digest; if TPM_ALG_NULL, then the hash is not changed
the_setList TpmCc list of commands that will be added to those that will be audited
the_clearList TpmCc list of commands that will no longer be audited
return System