C# 클래스 Tpm2Lib.Tpm2HashSequenceStartRequest

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Copy ( ) : Tpm2HashSequenceStartRequest
Tpm2HashSequenceStartRequest ( ) : System
Tpm2HashSequenceStartRequest ( Tpm2HashSequenceStartRequest the_Tpm2HashSequenceStartRequest ) : System
Tpm2HashSequenceStartRequest ( byte the_auth, TpmAlgId the_hashAlg ) : System

메소드 상세

Copy() 공개 메소드

public Copy ( ) : Tpm2HashSequenceStartRequest
리턴 Tpm2HashSequenceStartRequest

Tpm2HashSequenceStartRequest() 공개 메소드

public Tpm2HashSequenceStartRequest ( ) : System
리턴 System

Tpm2HashSequenceStartRequest() 공개 메소드

public Tpm2HashSequenceStartRequest ( Tpm2HashSequenceStartRequest the_Tpm2HashSequenceStartRequest ) : System
the_Tpm2HashSequenceStartRequest Tpm2HashSequenceStartRequest
리턴 System

Tpm2HashSequenceStartRequest() 공개 메소드

public Tpm2HashSequenceStartRequest ( byte the_auth, TpmAlgId the_hashAlg ) : System
the_auth byte authorization value for subsequent use of the sequence
the_hashAlg TpmAlgId the hash algorithm to use for the hash sequence An Event Sequence starts if this is TPM_ALG_NULL.
리턴 System