C# 클래스 Tpm2Lib.PcrValue

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Copy ( ) : PcrValue
Event ( byte dataToExtend ) : TpmHash
PcrValue ( ) : System
PcrValue ( PcrValue the_PcrValue ) : System
PcrValue ( uint the_index, TpmHash the_value ) : System

메소드 상세

Copy() 공개 메소드

public Copy ( ) : PcrValue
리턴 PcrValue

Event() 공개 메소드

public Event ( byte dataToExtend ) : TpmHash
dataToExtend byte
리턴 TpmHash

PcrValue() 공개 메소드

public PcrValue ( ) : System
리턴 System

PcrValue() 공개 메소드

public PcrValue ( PcrValue the_PcrValue ) : System
the_PcrValue PcrValue
리턴 System

PcrValue() 공개 메소드

public PcrValue ( uint the_index, TpmHash the_value ) : System
the_index uint PCR Index
the_value TpmHash PCR Value
리턴 System