Tpm2Lib.EccScheme.Copy C# (CSharp) Method

Copy() public method

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