Tpm2Lib.Tpm2CommitResponse.Copy C# (CSharp) Method

Copy() public method

public Copy ( ) : Tpm2CommitResponse
return Tpm2CommitResponse
        new public Tpm2CommitResponse Copy()
        {
            return Marshaller.FromTpmRepresentation<Tpm2CommitResponse>(this.GetTpmRepresentation());
        }
    }
Tpm2CommitResponse