Object
SEC_WINNT_AUTH_IDENTITY structure
# File dl/win32/lib/win32/sspi.rb, line 138 def initialize(user = nil, domain = nil, password = nil) @user = user @domain = domain @password = password @flags = SEC_WINNT_AUTH_IDENTITY_ANSI end
# File dl/win32/lib/win32/sspi.rb, line 145 def to_p [@user, @user ? @user.length : 0, @domain, @domain ? @domain.length : 0, @password, @password ? @password.length : 0, @flags].pack("PLPLPLL") end
This page was generated for Ruby 1.9.1
Ruby-doc.org is provided by James Britt and Neurogami. Maximum R+D.
Generated with Ruby-doc Rdoc Generator 0.44.0.