C# Class Tpm2Lib.Tpm2GetCapabilityResponse

Inheritance: TpmStructureBase
Mostrar archivo Open project: Microsoft/TSS.MSR Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Copy ( ) : Tpm2GetCapabilityResponse
Tpm2GetCapabilityResponse ( ) : System
Tpm2GetCapabilityResponse ( Tpm2GetCapabilityResponse the_Tpm2GetCapabilityResponse ) : System
Tpm2GetCapabilityResponse ( byte the_moreData, ICapabilitiesUnion the_capabilityData ) : System

Method Details

Copy() public method

public Copy ( ) : Tpm2GetCapabilityResponse
return Tpm2GetCapabilityResponse

Tpm2GetCapabilityResponse() public method

public Tpm2GetCapabilityResponse ( ) : System
return System

Tpm2GetCapabilityResponse() public method

public Tpm2GetCapabilityResponse ( Tpm2GetCapabilityResponse the_Tpm2GetCapabilityResponse ) : System
the_Tpm2GetCapabilityResponse Tpm2GetCapabilityResponse
return System

Tpm2GetCapabilityResponse() public method

public Tpm2GetCapabilityResponse ( byte the_moreData, ICapabilitiesUnion the_capabilityData ) : System
the_moreData byte flag to indicate if there are more values of this type
the_capabilityData ICapabilitiesUnion the capability data(One of AlgPropertyArray, HandleArray, CcaArray, CcArray, CcArray, PcrSelectionArray, TaggedTpmPropertyArray, TaggedPcrPropertyArray, EccCurveArray)
return System