Tpm2Lib.Tpm2StartAuthSessionResponse.Tpm2StartAuthSessionResponse C# (CSharp) Method

Tpm2StartAuthSessionResponse() public method

public Tpm2StartAuthSessionResponse ( ) : System
return System
        public Tpm2StartAuthSessionResponse()
        {
            sessionHandle = new TpmHandle();
            nonceTPM = null;
        }
        public Tpm2StartAuthSessionResponse(Tpm2StartAuthSessionResponse the_Tpm2StartAuthSessionResponse)

Same methods

Tpm2StartAuthSessionResponse::Tpm2StartAuthSessionResponse ( Tpm2StartAuthSessionResponse the_Tpm2StartAuthSessionResponse ) : System
Tpm2StartAuthSessionResponse::Tpm2StartAuthSessionResponse ( TpmHandle the_sessionHandle, byte the_nonceTPM ) : System
Tpm2StartAuthSessionResponse