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



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

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

#to_pObject



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

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

#upperObject



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

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