Tpm2Lib.Context.Copy C# (CSharp) Method

Copy() public method

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