Tpm2Lib.Tpm2CommitRequest.Copy C# (CSharp) Method

Copy() public method

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