C# Class Tpm2Lib.AlgArray

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

Public Methods

Method Description
AlgArray ( ) : System
AlgArray ( AlgArray the_AlgArray ) : System
AlgArray ( TpmAlgId the_algorithms ) : System
Copy ( ) : AlgArray

Method Details

AlgArray() public method

public AlgArray ( ) : System
return System

AlgArray() public method

public AlgArray ( AlgArray the_AlgArray ) : System
the_AlgArray AlgArray
return System

AlgArray() public method

public AlgArray ( TpmAlgId the_algorithms ) : System
the_algorithms TpmAlgId a list of algorithm IDs The maximum only applies to an algorithm list in a command. The response size is limited only by the size of the parameter buffer.
return System

Copy() public method

public Copy ( ) : AlgArray
return AlgArray