Tpm2Lib.Tpm2CommitResponse.Tpm2CommitResponse C# (CSharp) Method

Tpm2CommitResponse() public method

public Tpm2CommitResponse ( ) : System
return System
        public Tpm2CommitResponse()
        {
            K = new EccPoint();
            L = new EccPoint();
            E = new EccPoint();
            counter = 0;
        }
        public Tpm2CommitResponse(Tpm2CommitResponse the_Tpm2CommitResponse)

Same methods

Tpm2CommitResponse::Tpm2CommitResponse ( EccPoint the_K, EccPoint the_L, EccPoint the_E, ushort the_counter ) : System
Tpm2CommitResponse::Tpm2CommitResponse ( Tpm2CommitResponse the_Tpm2CommitResponse ) : System
Tpm2CommitResponse