C# 클래스 Tpm2Lib.Tpm2PolicySignedResponse

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Copy ( ) : Tpm2PolicySignedResponse
Tpm2PolicySignedResponse ( ) : System
Tpm2PolicySignedResponse ( Tpm2PolicySignedResponse the_Tpm2PolicySignedResponse ) : System
Tpm2PolicySignedResponse ( byte the_timeout, TkAuth the_policyTicket ) : System

메소드 상세

Copy() 공개 메소드

public Copy ( ) : Tpm2PolicySignedResponse
리턴 Tpm2PolicySignedResponse

Tpm2PolicySignedResponse() 공개 메소드

public Tpm2PolicySignedResponse ( ) : System
리턴 System

Tpm2PolicySignedResponse() 공개 메소드

public Tpm2PolicySignedResponse ( Tpm2PolicySignedResponse the_Tpm2PolicySignedResponse ) : System
the_Tpm2PolicySignedResponse Tpm2PolicySignedResponse
리턴 System

Tpm2PolicySignedResponse() 공개 메소드

public Tpm2PolicySignedResponse ( byte the_timeout, TkAuth the_policyTicket ) : System
the_timeout byte implementation-specific time value, used to indicate to the TPM when the ticket expires NOTE If policyTicket is a NULL Ticket, then this shall be the Empty Buffer.
the_policyTicket TkAuth produced if the command succeeds and expiration in the command was non-zero; this ticket will use the TPMT_ST_AUTH_SIGNED structure tag. See 23.2.5
리턴 System