C# Class Tpm2Lib.PcrValue

Inheritance: TpmStructureBase
Mostra file Open project: Microsoft/TSS.MSR Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Copy ( ) : PcrValue
Event ( byte dataToExtend ) : TpmHash
PcrValue ( ) : System
PcrValue ( PcrValue the_PcrValue ) : System
PcrValue ( uint the_index, TpmHash the_value ) : System

Method Details

Copy() public method

public Copy ( ) : PcrValue
return PcrValue

Event() public method

public Event ( byte dataToExtend ) : TpmHash
dataToExtend byte
return TpmHash

PcrValue() public method

public PcrValue ( ) : System
return System

PcrValue() public method

public PcrValue ( PcrValue the_PcrValue ) : System
the_PcrValue PcrValue
return System

PcrValue() public method

public PcrValue ( uint the_index, TpmHash the_value ) : System
the_index uint PCR Index
the_value TpmHash PCR Value
return System