C# Class Tpm2Lib.Tpm2CreateLoadedResponse

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Copy ( ) : Tpm2CreateLoadedResponse
Tpm2CreateLoadedResponse ( ) : System
Tpm2CreateLoadedResponse ( Tpm2CreateLoadedResponse the_Tpm2CreateLoadedResponse ) : System
Tpm2CreateLoadedResponse ( TpmHandle the_objectHandle, TpmPrivate the_outPrivate, TpmPublic the_outPublic, byte the_name ) : System

Method Details

Copy() public méthode

public Copy ( ) : Tpm2CreateLoadedResponse
Résultat Tpm2CreateLoadedResponse

Tpm2CreateLoadedResponse() public méthode

public Tpm2CreateLoadedResponse ( ) : System
Résultat System

Tpm2CreateLoadedResponse() public méthode

public Tpm2CreateLoadedResponse ( Tpm2CreateLoadedResponse the_Tpm2CreateLoadedResponse ) : System
the_Tpm2CreateLoadedResponse Tpm2CreateLoadedResponse
Résultat System

Tpm2CreateLoadedResponse() public méthode

public Tpm2CreateLoadedResponse ( TpmHandle the_objectHandle, TpmPrivate the_outPrivate, TpmPublic the_outPublic, byte the_name ) : System
the_objectHandle TpmHandle handle of type TPM_HT_TRANSIENT for created object
the_outPrivate TpmPrivate the sensitive area of the object (optional)
the_outPublic TpmPublic the public portion of the created object
the_name byte the name of the created object
Résultat System