C# Class Tpm2Lib.CommandAuditInfo

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

Private Properties

Property Type Description

Public Methods

Method Description
CommandAuditInfo ( ) : System
CommandAuditInfo ( CommandAuditInfo the_CommandAuditInfo ) : System
CommandAuditInfo ( ulong the_auditCounter, TpmAlgId the_digestAlg, byte the_auditDigest, byte the_commandDigest ) : System
Copy ( ) : CommandAuditInfo
GetUnionSelector ( ) : TpmSt

Method Details

CommandAuditInfo() public method

public CommandAuditInfo ( ) : System
return System

CommandAuditInfo() public method

public CommandAuditInfo ( CommandAuditInfo the_CommandAuditInfo ) : System
the_CommandAuditInfo CommandAuditInfo
return System

CommandAuditInfo() public method

public CommandAuditInfo ( ulong the_auditCounter, TpmAlgId the_digestAlg, byte the_auditDigest, byte the_commandDigest ) : System
the_auditCounter ulong the monotonic audit counter
the_digestAlg TpmAlgId hash algorithm used for the command audit
the_auditDigest byte the current value of the audit digest
the_commandDigest byte digest of the command codes being audited using digestAlg
return System

Copy() public method

public Copy ( ) : CommandAuditInfo
return CommandAuditInfo

GetUnionSelector() public method

public GetUnionSelector ( ) : TpmSt
return TpmSt