Klasse Sspi.SecPkgContext_SessionKey

java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.Sspi.SecPkgContext_SessionKey
Bekannte direkte Unterklassen:
Sspi.SecPkgContext_SessionKey.ByReference
Umschließende Schnittstelle:
Sspi

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

    • SessionKeyLength

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

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

    • SecPkgContext_SessionKey

      public SecPkgContext_SessionKey()
  • Methodendetails

    • getSessionKey

      public byte[] getSessionKey()
    • free

      public void free()