Object
SEC_WINNT_AUTH_IDENTITY structure
# File ruby-3.1.2/ext/win32/lib/win32/sspi.rb, line 146 def initialize(user = nil, domain = nil, password = nil) @user = user @domain = domain @password = password @flags = SEC_WINNT_AUTH_IDENTITY_ANSI end
# File ruby-3.1.2/ext/win32/lib/win32/sspi.rb, line 153 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 3.1.2
Ruby-doc.org is provided by James Britt and Neurogami. Hack your world. Feed your head. Live curious.
Generated with Ruby-doc Rdoc Generator 0.42.0.