C# 클래스 Tpm2Lib.CommandAuditInfo

상속: TpmStructureBase, IAttestUnion
파일 보기 프로젝트 열기: Microsoft/TSS.MSR 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

CommandAuditInfo() 공개 메소드

public CommandAuditInfo ( ) : System
리턴 System

CommandAuditInfo() 공개 메소드

public CommandAuditInfo ( CommandAuditInfo the_CommandAuditInfo ) : System
the_CommandAuditInfo CommandAuditInfo
리턴 System

CommandAuditInfo() 공개 메소드

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
리턴 System

Copy() 공개 메소드

public Copy ( ) : CommandAuditInfo
리턴 CommandAuditInfo

GetUnionSelector() 공개 메소드

public GetUnionSelector ( ) : TpmSt
리턴 TpmSt