C# Class Tpm2Lib.Tpm2CommitRequest

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

Private Properties

Property Type Description

Public Methods

Method Description
Copy ( ) : Tpm2CommitRequest
Tpm2CommitRequest ( ) : System
Tpm2CommitRequest ( Tpm2CommitRequest the_Tpm2CommitRequest ) : System
Tpm2CommitRequest ( TpmHandle the_signHandle, EccPoint the_P1, byte the_s2, byte the_y2 ) : System

Method Details

Copy() public method

public Copy ( ) : Tpm2CommitRequest
return Tpm2CommitRequest

Tpm2CommitRequest() public method

public Tpm2CommitRequest ( ) : System
return System

Tpm2CommitRequest() public method

public Tpm2CommitRequest ( Tpm2CommitRequest the_Tpm2CommitRequest ) : System
the_Tpm2CommitRequest Tpm2CommitRequest
return System

Tpm2CommitRequest() public method

public Tpm2CommitRequest ( TpmHandle the_signHandle, EccPoint the_P1, byte the_s2, byte the_y2 ) : System
the_signHandle TpmHandle handle of the key that will be used in the signing operation Auth Index: 1 Auth Role: USER
the_P1 EccPoint a point (M) on the curve used by signHandle
the_s2 byte octet array used to derive x-coordinate of a base point
the_y2 byte y coordinate of the point associated with s2
return System