C# Class Tpm2Lib.TaggedProperty

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Copy ( ) : TaggedProperty
TaggedProperty ( ) : System
TaggedProperty ( Pt the_property, uint the_value ) : System
TaggedProperty ( TaggedProperty the_TaggedProperty ) : System

Method Details

Copy() public méthode

public Copy ( ) : TaggedProperty
Résultat TaggedProperty

TaggedProperty() public méthode

public TaggedProperty ( ) : System
Résultat System

TaggedProperty() public méthode

public TaggedProperty ( Pt the_property, uint the_value ) : System
the_property Pt a property identifier
the_value uint the value of the property
Résultat System

TaggedProperty() public méthode

public TaggedProperty ( TaggedProperty the_TaggedProperty ) : System
the_TaggedProperty TaggedProperty
Résultat System