C# Class Tpm2Lib.Tbs.TbsContext

TbsContext provides a virtualized device interface to the underlying TPM. It is typically instantiated via Tbs.GetTpm() or Tbs.CreateTpmContext().
Inheritance: Tpm2Lib.Tpm2Device
Mostrar archivo Open project: Microsoft/TSS.MSR Class Usage Examples

Public Methods

Method Description
AssertPhysicalPresence ( bool assertPhysicalPresence ) : void
DispatchCommand ( Tpm2Lib.CommandModifier active, byte inBuf, byte &outBuf ) : void
PowerCycle ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
TbsContext ( Tbs associatedTbs ) : System

Method Details

AssertPhysicalPresence() public method

public AssertPhysicalPresence ( bool assertPhysicalPresence ) : void
assertPhysicalPresence bool
return void

DispatchCommand() public method

public DispatchCommand ( Tpm2Lib.CommandModifier active, byte inBuf, byte &outBuf ) : void
active Tpm2Lib.CommandModifier
inBuf byte
outBuf byte
return void

Dispose() protected final method

protected final Dispose ( bool disposing ) : void
disposing bool
return void

PowerCycle() public method

public PowerCycle ( ) : void
return void