C# Class Tpm2Lib.Tpm2PcrEventRequest

Inheritance: TpmStructureBase
Datei anzeigen Open project: Microsoft/TSS.MSR Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Copy ( ) : Tpm2PcrEventRequest
Tpm2PcrEventRequest ( ) : System
Tpm2PcrEventRequest ( Tpm2PcrEventRequest the_Tpm2PcrEventRequest ) : System
Tpm2PcrEventRequest ( TpmHandle the_pcrHandle, byte the_eventData ) : System

Method Details

Copy() public method

public Copy ( ) : Tpm2PcrEventRequest
return Tpm2PcrEventRequest

Tpm2PcrEventRequest() public method

public Tpm2PcrEventRequest ( ) : System
return System

Tpm2PcrEventRequest() public method

public Tpm2PcrEventRequest ( Tpm2PcrEventRequest the_Tpm2PcrEventRequest ) : System
the_Tpm2PcrEventRequest Tpm2PcrEventRequest
return System

Tpm2PcrEventRequest() public method

public Tpm2PcrEventRequest ( TpmHandle the_pcrHandle, byte the_eventData ) : System
the_pcrHandle TpmHandle Handle of the PCR Auth Handle: 1 Auth Role: USER
the_eventData byte Event data in sized buffer
return System