C# Class Tpm2Lib.Tpm2PcrEventRequest

Inheritance: TpmStructureBase
Afficher le fichier Open project: Microsoft/TSS.MSR Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Copy ( ) : Tpm2PcrEventRequest
Tpm2PcrEventRequest ( ) : System
Tpm2PcrEventRequest ( Tpm2PcrEventRequest the_Tpm2PcrEventRequest ) : System
Tpm2PcrEventRequest ( TpmHandle the_pcrHandle, byte the_eventData ) : System

Method Details

Copy() public méthode

public Copy ( ) : Tpm2PcrEventRequest
Résultat Tpm2PcrEventRequest

Tpm2PcrEventRequest() public méthode

public Tpm2PcrEventRequest ( ) : System
Résultat System

Tpm2PcrEventRequest() public méthode

public Tpm2PcrEventRequest ( Tpm2PcrEventRequest the_Tpm2PcrEventRequest ) : System
the_Tpm2PcrEventRequest Tpm2PcrEventRequest
Résultat System

Tpm2PcrEventRequest() public méthode

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
Résultat System