C# Class Tpm2Lib.CommandAuditInfo

Inheritance: TpmStructureBase, IAttestUnion
Afficher le fichier Open project: Microsoft/TSS.MSR Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public CommandAuditInfo ( ) : System
Résultat System

CommandAuditInfo() public méthode

public CommandAuditInfo ( CommandAuditInfo the_CommandAuditInfo ) : System
the_CommandAuditInfo CommandAuditInfo
Résultat System

CommandAuditInfo() public méthode

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
Résultat System

Copy() public méthode

public Copy ( ) : CommandAuditInfo
Résultat CommandAuditInfo

GetUnionSelector() public méthode

public GetUnionSelector ( ) : TpmSt
Résultat TpmSt