C# Class Tpm2Lib.PcrSelect

Inheritance: TpmStructureBase
Exibir arquivo Open project: Microsoft/TSS.MSR Class Usage Examples

Public Methods

Method 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

Method Description
Init ( ) : void

Method Details

Copy() public method

public Copy ( ) : PcrSelect
return PcrSelect

GetSelectedPcrs() public method

public GetSelectedPcrs ( ) : int[]
return int[]

IsPcrSelected() public method

public IsPcrSelected ( uint pcrNumber ) : bool
pcrNumber uint
return bool

PcrSelect() public method

public PcrSelect ( ) : System
return System

PcrSelect() public method

public PcrSelect ( IEnumerable indices, int pcrCount = DefaultPcrCount ) : System
indices IEnumerable
pcrCount int
return System

PcrSelect() public method

public PcrSelect ( PcrSelect the_PcrSelect ) : System
the_PcrSelect PcrSelect
return System

PcrSelect() public method

public PcrSelect ( byte the_pcrSelect ) : System
the_pcrSelect byte the bit map of selected PCR
return System

SelectPcr() public method

public SelectPcr ( uint pcrNumber ) : void
pcrNumber uint
return void

SetNumPcrs() public method

public SetNumPcrs ( int numPcrs = DefaultPcrCount ) : void
numPcrs int
return void