C# Class Tpm2Lib.PcrValue

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public Copy ( ) : PcrValue
Résultat PcrValue

Event() public méthode

public Event ( byte dataToExtend ) : TpmHash
dataToExtend byte
Résultat TpmHash

PcrValue() public méthode

public PcrValue ( ) : System
Résultat System

PcrValue() public méthode

public PcrValue ( PcrValue the_PcrValue ) : System
the_PcrValue PcrValue
Résultat System

PcrValue() public méthode

public PcrValue ( uint the_index, TpmHash the_value ) : System
the_index uint PCR Index
the_value TpmHash PCR Value
Résultat System