C# Class Tpm2Lib.TpmPrivate

Inheritance: TpmStructureBase
Show file Open project: Microsoft/TSS.MSR Class Usage Examples

Public Methods

Method Description
Copy ( ) : TpmPrivate
TpmPrivate ( ) : System
TpmPrivate ( TpmPrivate the_TpmPrivate ) : System
TpmPrivate ( byte the_buffer ) : System

Method Details

Copy() public method

public Copy ( ) : TpmPrivate
return TpmPrivate

TpmPrivate() public method

public TpmPrivate ( ) : System
return System

TpmPrivate() public method

public TpmPrivate ( TpmPrivate the_TpmPrivate ) : System
the_TpmPrivate TpmPrivate
return System

TpmPrivate() public method

public TpmPrivate ( byte the_buffer ) : System
the_buffer byte an encrypted private area
return System