Tpm2Lib.TkAuth.Copy C# (CSharp) Method

Copy() public method

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