C# 클래스 Tpm2Lib.Tpm2PolicyTicketRequest

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Copy ( ) : Tpm2PolicyTicketRequest
Tpm2PolicyTicketRequest ( ) : System
Tpm2PolicyTicketRequest ( Tpm2PolicyTicketRequest the_Tpm2PolicyTicketRequest ) : System
Tpm2PolicyTicketRequest ( TpmHandle the_policySession, byte the_timeout, byte the_cpHashA, byte the_policyRef, byte the_authName, TkAuth the_ticket ) : System

메소드 상세

Copy() 공개 메소드

public Copy ( ) : Tpm2PolicyTicketRequest
리턴 Tpm2PolicyTicketRequest

Tpm2PolicyTicketRequest() 공개 메소드

public Tpm2PolicyTicketRequest ( ) : System
리턴 System

Tpm2PolicyTicketRequest() 공개 메소드

public Tpm2PolicyTicketRequest ( Tpm2PolicyTicketRequest the_Tpm2PolicyTicketRequest ) : System
the_Tpm2PolicyTicketRequest Tpm2PolicyTicketRequest
리턴 System

Tpm2PolicyTicketRequest() 공개 메소드

public Tpm2PolicyTicketRequest ( TpmHandle the_policySession, byte the_timeout, byte the_cpHashA, byte the_policyRef, byte the_authName, TkAuth the_ticket ) : System
the_policySession TpmHandle handle for the policy session being extended Auth Index: None
the_timeout byte time when authorization will expire The contents are TPM specific. This shall be the value returned when ticket was produced.
the_cpHashA byte digest of the command parameters to which this authorization is limited If it is not limited, the parameter will be the Empty Buffer.
the_policyRef byte reference to a qualifier for the policy may be the Empty Buffer
the_authName byte name of the object that provided the authorization
the_ticket TkAuth an authorization ticket returned by the TPM in response to a TPM2_PolicySigned() or TPM2_PolicySecret()
리턴 System