Tpm2Lib.Tpm2CreateResponse.Tpm2CreateResponse C# (CSharp) Method

Tpm2CreateResponse() public method

public Tpm2CreateResponse ( ) : System
return System
        public Tpm2CreateResponse()
        {
            outPrivate = new TpmPrivate();
            outPublic = new TpmPublic();
            creationData = new CreationData();
            creationHash = null;
            creationTicket = new TkCreation();
        }
        public Tpm2CreateResponse(Tpm2CreateResponse the_Tpm2CreateResponse)

Same methods

Tpm2CreateResponse::Tpm2CreateResponse ( Tpm2CreateResponse the_Tpm2CreateResponse ) : System
Tpm2CreateResponse::Tpm2CreateResponse ( TpmPrivate the_outPrivate, TpmPublic the_outPublic, CreationData the_creationData, byte the_creationHash, TkCreation the_creationTicket ) : System
Tpm2CreateResponse