C# Class Tpm2Lib.Tpm2NvReadPublicResponse

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

Private Properties

Property Type Description

Public Methods

Method Description
Copy ( ) : Tpm2NvReadPublicResponse
Tpm2NvReadPublicResponse ( ) : System
Tpm2NvReadPublicResponse ( NvPublic the_nvPublic, byte the_nvName ) : System
Tpm2NvReadPublicResponse ( Tpm2NvReadPublicResponse the_Tpm2NvReadPublicResponse ) : System

Method Details

Copy() public method

public Copy ( ) : Tpm2NvReadPublicResponse
return Tpm2NvReadPublicResponse

Tpm2NvReadPublicResponse() public method

public Tpm2NvReadPublicResponse ( ) : System
return System

Tpm2NvReadPublicResponse() public method

public Tpm2NvReadPublicResponse ( NvPublic the_nvPublic, byte the_nvName ) : System
the_nvPublic NvPublic the public area of the NV Index
the_nvName byte the Name of the nvIndex
return System

Tpm2NvReadPublicResponse() public method

public Tpm2NvReadPublicResponse ( Tpm2NvReadPublicResponse the_Tpm2NvReadPublicResponse ) : System
the_Tpm2NvReadPublicResponse Tpm2NvReadPublicResponse
return System