Property | Type | Description |
---|
Method | Description | |
---|---|---|
Copy ( ) : |
||
Tpm2EventSequenceCompleteRequest ( ) : System | ||
Tpm2EventSequenceCompleteRequest ( Tpm2EventSequenceCompleteRequest the_Tpm2EventSequenceCompleteRequest ) : System | ||
Tpm2EventSequenceCompleteRequest ( TpmHandle the_pcrHandle, TpmHandle the_sequenceHandle, byte the_buffer ) : System |
public Copy ( ) : |
||
return |
public Tpm2EventSequenceCompleteRequest ( ) : System | ||
return | System |
public Tpm2EventSequenceCompleteRequest ( Tpm2EventSequenceCompleteRequest the_Tpm2EventSequenceCompleteRequest ) : System | ||
the_Tpm2EventSequenceCompleteRequest | Tpm2EventSequenceCompleteRequest | |
return | System |
public Tpm2EventSequenceCompleteRequest ( TpmHandle the_pcrHandle, TpmHandle the_sequenceHandle, byte the_buffer ) : System | ||
the_pcrHandle | TpmHandle | PCR to be extended with the Event data Auth Index: 1 Auth Role: USER |
the_sequenceHandle | TpmHandle | authorization for the sequence Auth Index: 2 Auth Role: USER |
the_buffer | byte | data to be added to the Event |
return | System |