C# Class Tpm2Lib.Tpm2ZGen2PhaseResponse

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

Private Properties

Property Type Description

Public Methods

Method Description
Copy ( ) : Tpm2ZGen2PhaseResponse
Tpm2ZGen2PhaseResponse ( ) : System
Tpm2ZGen2PhaseResponse ( EccPoint the_outZ1, EccPoint the_outZ2 ) : System
Tpm2ZGen2PhaseResponse ( Tpm2ZGen2PhaseResponse the_Tpm2ZGen2PhaseResponse ) : System

Method Details

Copy() public method

public Copy ( ) : Tpm2ZGen2PhaseResponse
return Tpm2ZGen2PhaseResponse

Tpm2ZGen2PhaseResponse() public method

public Tpm2ZGen2PhaseResponse ( ) : System
return System

Tpm2ZGen2PhaseResponse() public method

public Tpm2ZGen2PhaseResponse ( EccPoint the_outZ1, EccPoint the_outZ2 ) : System
the_outZ1 EccPoint X and Y coordinates of the computed value (scheme dependent)
the_outZ2 EccPoint X and Y coordinates of the second computed value (scheme dependent)
return System

Tpm2ZGen2PhaseResponse() public method

public Tpm2ZGen2PhaseResponse ( Tpm2ZGen2PhaseResponse the_Tpm2ZGen2PhaseResponse ) : System
the_Tpm2ZGen2PhaseResponse Tpm2ZGen2PhaseResponse
return System