C# 클래스 Tpm2Lib.Tpm2PpCommandsRequest

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Copy ( ) : Tpm2PpCommandsRequest
Tpm2PpCommandsRequest ( ) : System
Tpm2PpCommandsRequest ( Tpm2PpCommandsRequest the_Tpm2PpCommandsRequest ) : System
Tpm2PpCommandsRequest ( TpmHandle the_auth, TpmCc the_setList, TpmCc the_clearList ) : System

메소드 상세

Copy() 공개 메소드

public Copy ( ) : Tpm2PpCommandsRequest
리턴 Tpm2PpCommandsRequest

Tpm2PpCommandsRequest() 공개 메소드

public Tpm2PpCommandsRequest ( ) : System
리턴 System

Tpm2PpCommandsRequest() 공개 메소드

public Tpm2PpCommandsRequest ( Tpm2PpCommandsRequest the_Tpm2PpCommandsRequest ) : System
the_Tpm2PpCommandsRequest Tpm2PpCommandsRequest
리턴 System

Tpm2PpCommandsRequest() 공개 메소드

public Tpm2PpCommandsRequest ( TpmHandle the_auth, TpmCc the_setList, TpmCc the_clearList ) : System
the_auth TpmHandle TPM_RH_PLATFORM+PP Auth Index: 1 Auth Role: USER + Physical Presence
the_setList TpmCc list of commands to be added to those that will require that Physical Presence be asserted
the_clearList TpmCc list of commands that will no longer require that Physical Presence be asserted
리턴 System