Class Sspi.SecPkgContext_SessionKey

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

@FieldOrder({"SessionKeyLength","SessionKey"}) public static class Sspi.SecPkgContext_SessionKey extends Structure
  • Field Details

    • SessionKeyLength

      public int SessionKeyLength
      Size, in bytes, of the session key.
    • SessionKey

      public Pointer SessionKey
      The session key for the security context.
  • Constructor Details

    • SecPkgContext_SessionKey

      public SecPkgContext_SessionKey()
  • Method Details

    • getSessionKey

      public byte[] getSessionKey()
    • free

      public void free()