C# Class Tpm2Lib.PcrSelect

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

Méthodes publiques

Méthode Description
Copy ( ) : PcrSelect
GetSelectedPcrs ( ) : int[]
IsPcrSelected ( uint pcrNumber ) : bool
PcrSelect ( ) : System
PcrSelect ( IEnumerable indices, int pcrCount = DefaultPcrCount ) : System
PcrSelect ( PcrSelect the_PcrSelect ) : System
PcrSelect ( byte the_pcrSelect ) : System
SelectPcr ( uint pcrNumber ) : void
SetNumPcrs ( int numPcrs = DefaultPcrCount ) : void

Private Methods

Méthode Description
Init ( ) : void

Method Details

Copy() public méthode

public Copy ( ) : PcrSelect
Résultat PcrSelect

GetSelectedPcrs() public méthode

public GetSelectedPcrs ( ) : int[]
Résultat int[]

IsPcrSelected() public méthode

public IsPcrSelected ( uint pcrNumber ) : bool
pcrNumber uint
Résultat bool

PcrSelect() public méthode

public PcrSelect ( ) : System
Résultat System

PcrSelect() public méthode

public PcrSelect ( IEnumerable indices, int pcrCount = DefaultPcrCount ) : System
indices IEnumerable
pcrCount int
Résultat System

PcrSelect() public méthode

public PcrSelect ( PcrSelect the_PcrSelect ) : System
the_PcrSelect PcrSelect
Résultat System

PcrSelect() public méthode

public PcrSelect ( byte the_pcrSelect ) : System
the_pcrSelect byte the bit map of selected PCR
Résultat System

SelectPcr() public méthode

public SelectPcr ( uint pcrNumber ) : void
pcrNumber uint
Résultat void

SetNumPcrs() public méthode

public SetNumPcrs ( int numPcrs = DefaultPcrCount ) : void
numPcrs int
Résultat void