C# Class Tpm2Lib.Tpm2EcEphemeralRequest

Inheritance: TpmStructureBase
ファイルを表示 Open project: Microsoft/TSS.MSR Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Copy ( ) : Tpm2EcEphemeralRequest
Tpm2EcEphemeralRequest ( ) : System
Tpm2EcEphemeralRequest ( EccCurve the_curveID ) : System
Tpm2EcEphemeralRequest ( Tpm2EcEphemeralRequest the_Tpm2EcEphemeralRequest ) : System

Method Details

Copy() public method

public Copy ( ) : Tpm2EcEphemeralRequest
return Tpm2EcEphemeralRequest

Tpm2EcEphemeralRequest() public method

public Tpm2EcEphemeralRequest ( ) : System
return System

Tpm2EcEphemeralRequest() public method

public Tpm2EcEphemeralRequest ( EccCurve the_curveID ) : System
the_curveID EccCurve The curve for the computed ephemeral point
return System

Tpm2EcEphemeralRequest() public method

public Tpm2EcEphemeralRequest ( Tpm2EcEphemeralRequest the_Tpm2EcEphemeralRequest ) : System
the_Tpm2EcEphemeralRequest Tpm2EcEphemeralRequest
return System