C# Class Tpm2Lib.TkAuth

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

Private Properties

Property Type Description

Public Methods

Method Description
Copy ( ) : TkAuth
TkAuth ( ) : System
TkAuth ( TkAuth the_TkAuth ) : System
TkAuth ( TpmSt the_tag, TpmHandle the_hierarchy, byte the_digest ) : System

Method Details

Copy() public method

public Copy ( ) : TkAuth
return TkAuth

TkAuth() public method

public TkAuth ( ) : System
return System

TkAuth() public method

public TkAuth ( TkAuth the_TkAuth ) : System
the_TkAuth TkAuth
return System

TkAuth() public method

public TkAuth ( TpmSt the_tag, TpmHandle the_hierarchy, byte the_digest ) : System
the_tag TpmSt ticket structure tag
the_hierarchy TpmHandle the hierarchy of the object used to produce the ticket
the_digest byte This shall be the HMAC produced using a proof value of hierarchy.
return System