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
Afficher le fichier Open project: Microsoft/TSS.MSR Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
TbsContext ( Tbs associatedTbs ) : System

Method Details

AssertPhysicalPresence() public méthode

public AssertPhysicalPresence ( bool assertPhysicalPresence ) : void
assertPhysicalPresence bool
Résultat void

DispatchCommand() public méthode

public DispatchCommand ( Tpm2Lib.CommandModifier active, byte inBuf, byte &outBuf ) : void
active Tpm2Lib.CommandModifier
inBuf byte
outBuf byte
Résultat void

Dispose() protected final méthode

protected final Dispose ( bool disposing ) : void
disposing bool
Résultat void

PowerCycle() public méthode

public PowerCycle ( ) : void
Résultat void