C# Class Tpm2Lib.Tpm2ReadPublicResponse

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

Private Properties

Property Type Description

Public Methods

Method Description
Copy ( ) : Tpm2ReadPublicResponse
Tpm2ReadPublicResponse ( ) : System
Tpm2ReadPublicResponse ( Tpm2ReadPublicResponse the_Tpm2ReadPublicResponse ) : System
Tpm2ReadPublicResponse ( TpmPublic the_outPublic, byte the_name, byte the_qualifiedName ) : System

Method Details

Copy() public method

public Copy ( ) : Tpm2ReadPublicResponse
return Tpm2ReadPublicResponse

Tpm2ReadPublicResponse() public method

public Tpm2ReadPublicResponse ( ) : System
return System

Tpm2ReadPublicResponse() public method

public Tpm2ReadPublicResponse ( Tpm2ReadPublicResponse the_Tpm2ReadPublicResponse ) : System
the_Tpm2ReadPublicResponse Tpm2ReadPublicResponse
return System

Tpm2ReadPublicResponse() public method

public Tpm2ReadPublicResponse ( TpmPublic the_outPublic, byte the_name, byte the_qualifiedName ) : System
the_outPublic TpmPublic structure containing the public area of an object
the_name byte name of the object
the_qualifiedName byte the Qualified Name of the object
return System