Property | Type | Description |
---|
Method | Description | |
---|---|---|
CommandAuditInfo ( ) : System | ||
CommandAuditInfo ( |
||
CommandAuditInfo ( ulong the_auditCounter, TpmAlgId the_digestAlg, byte the_auditDigest, byte the_commandDigest ) : System | ||
Copy ( ) : |
||
GetUnionSelector ( ) : TpmSt |
public CommandAuditInfo ( |
||
the_CommandAuditInfo | ||
return | System |
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 |