# File lib/net/ssh/userauth/pageant.rb, line 108
          def initialize
            @win = Win.findWindow( "Pageant", "Pageant" )

            if @win == 0
              raise Net::SSH::Exception,
                "pageant process not running"
            end

            @res = nil
            @pos = 0
          end