C# Class Tpm2Lib.AlgProperty

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

Private Properties

Property Type Description

Public Methods

Method Description
AlgProperty ( ) : System
AlgProperty ( AlgProperty the_AlgProperty ) : System
AlgProperty ( TpmAlgId the_alg, AlgorithmAttr the_algProperties ) : System
Copy ( ) : AlgProperty

Method Details

AlgProperty() public method

public AlgProperty ( ) : System
return System

AlgProperty() public method

public AlgProperty ( AlgProperty the_AlgProperty ) : System
the_AlgProperty AlgProperty
return System

AlgProperty() public method

public AlgProperty ( TpmAlgId the_alg, AlgorithmAttr the_algProperties ) : System
the_alg TpmAlgId an algorithm identifier
the_algProperties AlgorithmAttr the attributes of the algorithm
return System

Copy() public method

public Copy ( ) : AlgProperty
return AlgProperty