Quote:
Originally Posted by schemers Time stamp is the current time in msecs:
System.currentTimeMillis()
It is used to prevent an old preauth request (older then 5 minutes, IIRC) from being re-used. |
Sorry, I wasn't very clear. I'm trying to this in VB.net, not Java.net. I've also tried the whole datetime.now.ticks but that appears to give me the number of msecs since 01/01/01.
Any additional help would be greatly apprecaited as I continue to spin my wheels on this.
Thanks!