C# Class Tpm2Lib.SessionBase

Base class for PWAP and HMAC sessions. Policy sessions are a flavor of HMAC sessions.
Mostrar archivo Open project: Microsoft/TSS.MSR Class Usage Examples

Public Properties

Property Type Description
Handle TpmHandle

Protected Methods

Method Description
SessionBase ( ) : System

Private Methods

Method Description
IsPlaceholder ( SessionBase s ) : bool

Checks if the given reference is a placeholder indicating the type of authorization to be used in command buffer in its stead.

Method Details

SessionBase() protected method

protected SessionBase ( ) : System
return System

Property Details

Handle public_oe property

Session handle
public TpmHandle,Tpm2Lib Handle
return TpmHandle