C# Class Tpm2Lib.TkCreation

Inheritance: TpmStructureBase
Mostrar archivo Open project: Microsoft/TSS.MSR Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Copy ( ) : TkCreation
TkCreation ( ) : System
TkCreation ( TkCreation the_TkCreation ) : System
TkCreation ( TpmHandle the_hierarchy, byte the_digest ) : System

Method Details

Copy() public method

public Copy ( ) : TkCreation
return TkCreation

TkCreation() public method

public TkCreation ( ) : System
return System

TkCreation() public method

public TkCreation ( TkCreation the_TkCreation ) : System
the_TkCreation TkCreation
return System

TkCreation() public method

public TkCreation ( TpmHandle the_hierarchy, byte the_digest ) : System
the_hierarchy TpmHandle the hierarchy containing name
the_digest byte This shall be the HMAC produced using a proof value of hierarchy.
return System