Class: Win32::SSPI::SecurityHandle

Inherits:
Object
  • Object
show all
Defined in:
lib/win32/sspi.rb

Overview

SecHandle struct

Instance Method Summary collapse

Instance Method Details

#lowerObject



62
63
64
# File 'lib/win32/sspi.rb', line 62

def lower
  @struct.unpack("LL")[0]
end

#to_pObject



66
67
68
# File 'lib/win32/sspi.rb', line 66

def to_p
  @struct ||= "\0" * 8
end

#upperObject



58
59
60
# File 'lib/win32/sspi.rb', line 58

def upper
  @struct.unpack("LL")[1]
end