Parent

Methods

Win32::SSPI::SecurityHandle

SecHandle struct

Public Instance Methods

lower() click to toggle source
                
# File dl/win32/lib/win32/sspi.rb, line 54
def lower
        @struct.unpack("LL")[0]
end
to_p() click to toggle source
                
# File dl/win32/lib/win32/sspi.rb, line 58
def to_p
        @struct ||= "\00"" * 8
end
upper() click to toggle source
                
# File dl/win32/lib/win32/sspi.rb, line 50
def upper
        @struct.unpack("LL")[1]
end
blog comments powered by Disqus