C# Class Tpm2Lib.TaggedProperty

Inheritance: TpmStructureBase
Mostra file Open project: Microsoft/TSS.MSR Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Copy ( ) : TaggedProperty
TaggedProperty ( ) : System
TaggedProperty ( Pt the_property, uint the_value ) : System
TaggedProperty ( TaggedProperty the_TaggedProperty ) : System

Method Details

Copy() public method

public Copy ( ) : TaggedProperty
return TaggedProperty

TaggedProperty() public method

public TaggedProperty ( ) : System
return System

TaggedProperty() public method

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

TaggedProperty() public method

public TaggedProperty ( TaggedProperty the_TaggedProperty ) : System
the_TaggedProperty TaggedProperty
return System