C# Class Tpm2Lib.Tpm2PpCommandsRequest

Inheritance: TpmStructureBase
ファイルを表示 Open project: Microsoft/TSS.MSR Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Copy ( ) : Tpm2PpCommandsRequest
Tpm2PpCommandsRequest ( ) : System
Tpm2PpCommandsRequest ( Tpm2PpCommandsRequest the_Tpm2PpCommandsRequest ) : System
Tpm2PpCommandsRequest ( TpmHandle the_auth, TpmCc the_setList, TpmCc the_clearList ) : System

Method Details

Copy() public method

public Copy ( ) : Tpm2PpCommandsRequest
return Tpm2PpCommandsRequest

Tpm2PpCommandsRequest() public method

public Tpm2PpCommandsRequest ( ) : System
return System

Tpm2PpCommandsRequest() public method

public Tpm2PpCommandsRequest ( Tpm2PpCommandsRequest the_Tpm2PpCommandsRequest ) : System
the_Tpm2PpCommandsRequest Tpm2PpCommandsRequest
return System

Tpm2PpCommandsRequest() public method

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
return System