Switch the rest of the API to the new TimeStamp structure. Fix the TimeStamp structure to handle dates that are past the upper limit of DateTime.MaxValue.

This commit is contained in:
antiduh
2014-06-29 16:39:42 +00:00
parent 5272979f19
commit cec7b8b88f
6 changed files with 30 additions and 14 deletions

View File

@@ -47,7 +47,7 @@ namespace NSspi.Credentials
IntPtr getKeyFunc,
IntPtr getKeyData,
ref RawSspiHandle credentialHandle,
ref long expiry
ref TimeStamp expiry
);
[ReliabilityContract( Consistency.WillNotCorruptState, Cer.Success )]