C# Class Tpm2Lib.AlgProperty

Inheritance: TpmStructureBase
Afficher le fichier Open project: Microsoft/TSS.MSR Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AlgProperty ( ) : System
AlgProperty ( AlgProperty the_AlgProperty ) : System
AlgProperty ( TpmAlgId the_alg, AlgorithmAttr the_algProperties ) : System
Copy ( ) : AlgProperty

Method Details

AlgProperty() public méthode

public AlgProperty ( ) : System
Résultat System

AlgProperty() public méthode

public AlgProperty ( AlgProperty the_AlgProperty ) : System
the_AlgProperty AlgProperty
Résultat System

AlgProperty() public méthode

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

Copy() public méthode

public Copy ( ) : AlgProperty
Résultat AlgProperty