C# 클래스 Tpm2Lib.Tpm2HashResponse

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Copy ( ) : Tpm2HashResponse
Tpm2HashResponse ( ) : System
Tpm2HashResponse ( Tpm2HashResponse the_Tpm2HashResponse ) : System
Tpm2HashResponse ( byte the_outHash, TkHashcheck the_validation ) : System

메소드 상세

Copy() 공개 메소드

public Copy ( ) : Tpm2HashResponse
리턴 Tpm2HashResponse

Tpm2HashResponse() 공개 메소드

public Tpm2HashResponse ( ) : System
리턴 System

Tpm2HashResponse() 공개 메소드

public Tpm2HashResponse ( Tpm2HashResponse the_Tpm2HashResponse ) : System
the_Tpm2HashResponse Tpm2HashResponse
리턴 System

Tpm2HashResponse() 공개 메소드

public Tpm2HashResponse ( byte the_outHash, TkHashcheck the_validation ) : System
the_outHash byte results
the_validation TkHashcheck ticket indicating that the sequence of octets used to compute outDigest did not start with TPM_GENERATED_VALUE will be a NULL ticket if the digest may not be signed with a restricted key
리턴 System