Tpm2Lib.Attest.Copy C# (CSharp) Method

Copy() public method

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