C# 클래스 Tpm2Lib.Tpm2HashRequest

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Copy ( ) : Tpm2HashRequest
Tpm2HashRequest ( ) : System
Tpm2HashRequest ( Tpm2HashRequest the_Tpm2HashRequest ) : System
Tpm2HashRequest ( byte the_data, TpmAlgId the_hashAlg, TpmHandle the_hierarchy ) : System

메소드 상세

Copy() 공개 메소드

public Copy ( ) : Tpm2HashRequest
리턴 Tpm2HashRequest

Tpm2HashRequest() 공개 메소드

public Tpm2HashRequest ( ) : System
리턴 System

Tpm2HashRequest() 공개 메소드

public Tpm2HashRequest ( Tpm2HashRequest the_Tpm2HashRequest ) : System
the_Tpm2HashRequest Tpm2HashRequest
리턴 System

Tpm2HashRequest() 공개 메소드

public Tpm2HashRequest ( byte the_data, TpmAlgId the_hashAlg, TpmHandle the_hierarchy ) : System
the_data byte data to be hashed
the_hashAlg TpmAlgId algorithm for the hash being computed shall not be TPM_ALG_NULL
the_hierarchy TpmHandle hierarchy to use for the ticket (TPM_RH_NULL allowed)
리턴 System