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



55
56
57
# File 'lib/win32/sspi.rb', line 55

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

#to_pObject



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

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

#upperObject



51
52
53
# File 'lib/win32/sspi.rb', line 51

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