Class Sspi.SecPkgContext_Lifespan

java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.Sspi.SecPkgContext_Lifespan
Direct Known Subclasses:
Sspi.SecPkgContext_Lifespan.ByReference
Enclosing interface:
Sspi

@FieldOrder({"tsStart","tsExpiry"}) public static class Sspi.SecPkgContext_Lifespan extends Structure
  • Field Details

    • tsStart

      public Sspi.TimeStamp tsStart
      Time at which the context was established.
    • tsExpiry

      public Sspi.TimeStamp tsExpiry
      Time at which the context will expire.
  • Constructor Details

    • SecPkgContext_Lifespan

      public SecPkgContext_Lifespan()