class Win32::SSPI::SecurityHandle

SecHandle 结构体

公共实例方法

lower() 点击切换源代码
# File ext/win32/lib/win32/sspi.rb, line 62
def lower
  @struct.unpack("LL")[0]
end
to_p() 点击切换源代码
# File ext/win32/lib/win32/sspi.rb, line 66
def to_p
  @struct ||= "\0" * 8
end
upper() 点击切换源代码
# File ext/win32/lib/win32/sspi.rb, line 58
def upper
  @struct.unpack("LL")[1]
end